From 8d12bedc1ae0fc9ec6cfed23f203c47ccea1e7ad Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 May 2024 21:42:56 -0700 Subject: Fix poi profile. --- profiles/poi.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'profiles') 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 -- cgit v1.2.1