diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-07-26 19:22:53 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-07-26 19:22:53 -0700 |
commit | 80d35f1a23beb2015dc5440be62fa447c4c372ef (patch) | |
tree | 8d71f25785dcb02afe8db074c619f053c375f6c1 /profiles | |
parent | Add profile for cities skylines (diff) | |
download | firejail-profiles-80d35f1a23beb2015dc5440be62fa447c4c372ef.tar.xz |
Fix mgba on amdgpu graphics
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/mgba.profile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/mgba.profile b/profiles/mgba.profile index 178eb5e..6a2fd69 100644 --- a/profiles/mgba.profile +++ b/profiles/mgba.profile @@ -16,7 +16,9 @@ whitelist ${HOME}/games/Emulators/GBAGAMES read-only ${HOME}/games/Emulators/GBAGAMES include whitelist-common.inc -seccomp !name_to_handle_at +# name_to_handle_at required for kde file manager +# kcmp required for amdgpu +seccomp !name_to_handle_at,!kcmp # private-dev breaks joysticks ignore private-dev |