diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-11 14:36:09 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-11 14:36:09 -0800 |
commit | 8e5b10420591022054d22075e86201314be69a36 (patch) | |
tree | d1bd6ed54f1ca44bcb34a0101af2f18f84933131 /profiles/fceux.profile | |
parent | Fix controller support for mgba and desmume (diff) | |
download | firejail-profiles-8e5b10420591022054d22075e86201314be69a36.tar.xz |
Fix controller support for fceux.
Add net none to ppsspp by default, and add name_to_handle_at explanation.
Diffstat (limited to 'profiles/fceux.profile')
-rw-r--r-- | profiles/fceux.profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/fceux.profile b/profiles/fceux.profile index d573af7..bdbc3fe 100644 --- a/profiles/fceux.profile +++ b/profiles/fceux.profile @@ -15,8 +15,9 @@ include whitelist-common.inc seccomp !name_to_handle_at -# noinput breaks joysticks +# fceux requires input and protocol netlink for controller support ignore noinput +protocol unix,netlink ignore memory-deny-write-execute |