From 96dd956c01e734e8aec007e9e0c13d6908f5fc11 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 4 Jul 2021 02:37:18 -0700 Subject: Many updates for firejail 0.9.66 --- profiles/dolphin-emu.local | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'profiles/dolphin-emu.local') diff --git a/profiles/dolphin-emu.local b/profiles/dolphin-emu.local index 9972519..ce3e7b1 100644 --- a/profiles/dolphin-emu.local +++ b/profiles/dolphin-emu.local @@ -3,11 +3,21 @@ 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 +# # alsa audio will work with ipc-namespace, +# # but it hogs the alsa device from other applications +ignore ipc-namespace + +# # machine-id, obs, and alsa don't get along #ignore machine-id +ignore netfilter +net none + +# # noinput breaks joysticks +ignore noinput + protocol unix,netlink seccomp !name_to_handle_at -# private-dev breaks joysticks -#ignore private-dev +# # private-dev no longer breaks controllers +private-dev -- cgit v1.2.1