diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-07 01:32:59 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-07 01:32:59 -0700 |
commit | 883338fd66681d136fc45549424140dc52ed3715 (patch) | |
tree | 0366ad3f4bfc5fdc3ccc73681c5070f6f05589c4 /profiles/mupen64plus-qt.profile | |
parent | Add calcurse profile (diff) | |
download | firejail-profiles-883338fd66681d136fc45549424140dc52ed3715.tar.xz |
Add mupen64plus-qt profile
Add note for qtox
Diffstat (limited to 'profiles/mupen64plus-qt.profile')
-rw-r--r-- | profiles/mupen64plus-qt.profile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/profiles/mupen64plus-qt.profile b/profiles/mupen64plus-qt.profile new file mode 100644 index 0000000..b1971d7 --- /dev/null +++ b/profiles/mupen64plus-qt.profile @@ -0,0 +1,37 @@ +# Firejail profile for mupen64plus +# Description: Nintendo64 Emulator +# This file is overwritten after every install/update +# Persistent local customizations +include mupen64plus.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.config/mupen64plus +noblacklist ${HOME}/.local/share/mupen64plus + +include disable-common.inc +include disable-devel.inc +include disable-passwdmgr.inc +include disable-passwdmgr.inc +include disable-programs.inc + +# you'll need to manually whitelist ROM files +mkdir ${HOME}/.config/mupen64plus +mkdir ${HOME}/.local/share/mupen64plus +mkdir ${HOME}/.local/share/mupen64plus-qt +whitelist ${HOME}/.config/mupen64plus +whitelist ${HOME}/.local/share/mupen64plus +whitelist ${HOME}/.local/share/mupen64plus-qt +whitelist ${HOME}/games/Emulators/N64GAMES +read-only ${HOME}/games/Emulators/N64GAMES +include whitelist-common.inc + +caps.drop all +net none +nodbus +nodvd +nonewprivs +noroot +notv +novideo +seccomp |