diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-02-05 09:26:49 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-02-05 09:26:49 -0800 |
commit | e8dd0fb0cffe67e8497db423eb088faa6fac6196 (patch) | |
tree | 9cbd3f736e8b5cca5e40cc022bb4d67a9a495599 /profiles | |
parent | Add notes for hardened-malloc breakage on aruba (diff) | |
download | firejail-profiles-e8dd0fb0cffe67e8497db423eb088faa6fac6196.tar.xz |
Updated dolphin-emu.profile to .local
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/dolphin-emu.local | 13 | ||||
-rw-r--r-- | profiles/dolphin-emu.profile | 30 |
2 files changed, 13 insertions, 30 deletions
diff --git a/profiles/dolphin-emu.local b/profiles/dolphin-emu.local new file mode 100644 index 0000000..9972519 --- /dev/null +++ b/profiles/dolphin-emu.local @@ -0,0 +1,13 @@ +noblacklist ${HOME}/games/Emulators/GCNGAMES + +whitelist ${HOME}/games/Emulators/GCNGAMES +read-only ${HOME}/games/Emulators/GCNGAMES + +# machine-id, obs, and alsa don't get along +#ignore machine-id + +protocol unix,netlink +seccomp !name_to_handle_at + +# private-dev breaks joysticks +#ignore private-dev diff --git a/profiles/dolphin-emu.profile b/profiles/dolphin-emu.profile deleted file mode 100644 index 74ba6c3..0000000 --- a/profiles/dolphin-emu.profile +++ /dev/null @@ -1,30 +0,0 @@ -# This file is overwritten after every install/update -# Persistent local customizations -include dolphin-emu.local -# Persistent global definitions -include globals.local - -noblacklist ${HOME}/.config/dolphin-emu -noblacklist ${HOME}/.local/share/dolphin-emu -noblacklist ${HOME}/games/Emulators/GCNGAMES - -mkdir ${HOME}/.config/dolphin-emu -mkdir ${HOME}/.local/share/dolphin-emu -whitelist ${HOME}/.config/dolphin-emu -whitelist ${HOME}/.local/share/dolphin-emu -whitelist ${HOME}/games/Emulators/GCNGAMES -read-only ${HOME}/games/Emulators/GCNGAMES -include whitelist-common.inc - -# machine-id, obs, and alsa don't get along -#ignore machine-id - -protocol unix,netlink -seccomp !name_to_handle_at - -# private-dev breaks joysticks -ignore private-dev - -ignore memory-deny-write-execute - -include generic-game.inc |