From 80d35f1a23beb2015dc5440be62fa447c4c372ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 26 Jul 2020 19:22:53 -0700 Subject: Fix mgba on amdgpu graphics --- profiles/mgba.profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'profiles') 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 -- cgit v1.2.1