diff options
| author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-12-08 22:19:49 +0100 | 
|---|---|---|
| committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-12-08 22:19:49 +0100 | 
| commit | 2433ffa83ba82d546fc204301cc800c0b43ca1a1 (patch) | |
| tree | 396c64c9f9cfe26686cbda49e6fa8ef3dc87bc7c /linux/poi.profile | |
| parent | Fix options not getting overwritten by command line (diff) | |
| download | smolbote-2433ffa83ba82d546fc204301cc800c0b43ca1a1.tar.xz | |
firejail profile: disable private-bin
Diffstat (limited to 'linux/poi.profile')
| -rw-r--r-- | linux/poi.profile | 3 | 
1 files changed, 2 insertions, 1 deletions
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  | 
