diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-05-08 21:42:56 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-05-08 21:42:56 -0700 |
commit | 8d12bedc1ae0fc9ec6cfed23f203c47ccea1e7ad (patch) | |
tree | 05795ea555d2fdcdc81e326e603460a3306fbd86 /profiles | |
parent | Fix typo in pcsx2-qt profile (diff) | |
download | firejail-profiles-8d12bedc1ae0fc9ec6cfed23f203c47ccea1e7ad.tar.xz |
Fix poi profile.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/poi.profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/poi.profile b/profiles/poi.profile index 1835413..355f5c8 100644 --- a/profiles/poi.profile +++ b/profiles/poi.profile @@ -102,7 +102,8 @@ private-etc fonts,group,machine-id,resolv.conf ## private-tmp - Creates a virtual /tmp directory to prevent the program from accessing the /tmp files from other programs. # breaks SingleApplication without join-or-start set -private-tmp +## now it breaks SingleApplication even with join-or-start +#private-tmp ## noexec - Prevent execution of files in the specified locations |