diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-11-02 18:17:32 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-11-02 18:17:32 -0700 |
commit | 9431507d29d2e588ee9070a75dd3622fc4fee9f7 (patch) | |
tree | d5c90a8ba24b38cd9f87bf63d931a787f01a5eb6 /profiles | |
parent | Update PKBUILD for recent changes. (diff) | |
download | firejail-profiles-9431507d29d2e588ee9070a75dd3622fc4fee9f7.tar.xz |
Typo.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/cataclysm-bn.profile | 2 | ||||
-rw-r--r-- | profiles/cataclysm.profile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/profiles/cataclysm-bn.profile b/profiles/cataclysm-bn.profile index ab607a6..835d565 100644 --- a/profiles/cataclysm-bn.profile +++ b/profiles/cataclysm-bn.profile @@ -16,7 +16,7 @@ mkdir ${HOME}/.local/share/cataclysm-bn/sound mkdir ${HOME}/.local/share/cataclysm-bn/templates whitelist ${HOME}/.config/cataclysm-bn # cataclysm needs write access to the local share folder -# or it will crash citing no lack of write access and/or free space +# or it will crash citing lack of write access and/or no free space whitelist ${HOME}/.local/share/cataclysm-bn read-only ${HOME}/.local/share/cataclysm-bn/font read-only ${HOME}/.local/share/cataclysm-bn/gfx diff --git a/profiles/cataclysm.profile b/profiles/cataclysm.profile index bc4ace5..91683e9 100644 --- a/profiles/cataclysm.profile +++ b/profiles/cataclysm.profile @@ -16,7 +16,7 @@ mkdir ${HOME}/.local/share/cataclysm-dda/sound mkdir ${HOME}/.local/share/cataclysm-dda/templates whitelist ${HOME}/.config/cataclysm-dda # cataclysm needs write access to the local share folder -# or it will crash citing no lack of write access and/or free space +# or it will crash citing lack of write access and/or no free space whitelist ${HOME}/.local/share/cataclysm-dda read-only ${HOME}/.local/share/cataclysm-dda/font read-only ${HOME}/.local/share/cataclysm-dda/gfx |