From 2433ffa83ba82d546fc204301cc800c0b43ca1a1 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 8 Dec 2018 22:19:49 +0100 Subject: firejail profile: disable private-bin --- linux/poi-debug.profile | 1 + linux/poi.profile | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'linux') diff --git a/linux/poi-debug.profile b/linux/poi-debug.profile index 18ef37d..2a65a69 100644 --- a/linux/poi-debug.profile +++ b/linux/poi-debug.profile @@ -84,6 +84,7 @@ disable-mnt ## private-bin - Creates a virtual /bin directory containing only temporary copies of the following executables. # bash required to launch from kde kickoff menu +# breaks if installed to /usr/local #private-bin bash,poi ## private-dev - Create a virtual /dev directory. Only dri, null, full, zero, tty, pts, ptmx, random, snd, urandom, video, log and shm devices are available. diff --git a/linux/poi.profile b/linux/poi.profile index d12e86a..5b8073d 100644 --- a/linux/poi.profile +++ b/linux/poi.profile @@ -84,7 +84,8 @@ disable-mnt ## private-bin - Creates a virtual /bin directory containing only temporary copies of the following executables. # bash required to launch from kde kickoff menu -private-bin bash,poi +# breaks if installed to /usr/local +#private-bin bash,poi ## private-dev - Create a virtual /dev directory. Only dri, null, full, zero, tty, pts, ptmx, random, snd, urandom, video, log and shm devices are available. private-dev -- cgit v1.2.1