diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-03-14 23:55:30 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-03-14 23:55:30 -0700 |
commit | 176dae16c44794f30cb347dfd84fe84bcc5c9708 (patch) | |
tree | 3c3b092e9446c01e5613c7596e5fa89277cb1385 /profiles/lgogdownloader.profile | |
download | firejail-profiles-176dae16c44794f30cb347dfd84fe84bcc5c9708.tar.xz |
Initial commit
Diffstat (limited to 'profiles/lgogdownloader.profile')
-rw-r--r-- | profiles/lgogdownloader.profile | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/profiles/lgogdownloader.profile b/profiles/lgogdownloader.profile new file mode 100644 index 0000000..a0eadea --- /dev/null +++ b/profiles/lgogdownloader.profile @@ -0,0 +1,51 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include lgogdownloader.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.config/lgogdownloader +noblacklist ${HOME}/packages/games/GOGLibrary + +#blacklist ${PATH}/perl +#blacklist /usr/lib/perl* +#blacklist /usr/share/perl* + +include disable-common.inc +include disable-devel.inc +include disable-exec.inc +include disable-interpreters.inc +include disable-passwdmgr.inc +include disable-programs.inc + +blacklist /tmp/.X11-unix + +mkdir ${HOME}/.config/lgogdownloader +mkdir ${HOME}/packages +mkdir ${HOME}/packages/games +mkdir ${HOME}/packages/games/GOGLibrary +whitelist ${HOME}/.config/lgogdownloader +whitelist ${HOME}/packages/games/GOGLibrary + +caps.drop all +ipc-namespace +netfilter +no3d +nodbus +nodvd +nogroups +nonewprivs +noroot +nosound +notv +novideo +protocol inet,inet6 +seccomp +shell none +tracelog + +disable-mnt +private-bin lgogdownloader +private-dev +private-etc ca-certificates,pki,resolv.conf,ssl +private-tmp |