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/mgba.profile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'profiles/mgba.profile') 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 -- cgit v1.2.1