diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-04 02:37:18 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-04 02:37:18 -0700 |
commit | 96dd956c01e734e8aec007e9e0c13d6908f5fc11 (patch) | |
tree | c8885c806981cada98ddd5a1d52f52fbda2507aa /profiles/mgba.profile | |
parent | Add kristall profile (diff) | |
download | firejail-profiles-96dd956c01e734e8aec007e9e0c13d6908f5fc11.tar.xz |
Many updates for firejail 0.9.66
Diffstat (limited to 'profiles/mgba.profile')
-rw-r--r-- | profiles/mgba.profile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/profiles/mgba.profile b/profiles/mgba.profile index dae77b6..f84044e 100644 --- a/profiles/mgba.profile +++ b/profiles/mgba.profile @@ -16,15 +16,15 @@ whitelist ${HOME}/games/Emulators/GBAGAMES read-only ${HOME}/games/Emulators/GBAGAMES include whitelist-common.inc -# name_to_handle_at required for kde file manager -# kcmp required for amdgpu -seccomp !name_to_handle_at,!kcmp +# # seccomp breaks integrated file manager on kde applications +# # due to syscall name_to_handle_at +seccomp !name_to_handle_at # netlink required for controller support protocol unix,netlink -# private-dev breaks controllers -ignore private-dev +# noinput breaks controllers +ignore noinput ignore memory-deny-write-execute |