diff options
-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 |