From b7962ca7f3a6d0d8db13a717ed6316748cb73748 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 11 Feb 2022 14:25:29 -0800 Subject: Fix controller support for mgba and desmume --- profiles/desmume.profile | 5 +++-- profiles/mgba.profile | 5 ++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'profiles') diff --git a/profiles/desmume.profile b/profiles/desmume.profile index 3544be3..5508d9e 100644 --- a/profiles/desmume.profile +++ b/profiles/desmume.profile @@ -15,8 +15,9 @@ include whitelist-common.inc seccomp !name_to_handle_at -# private-dev breaks joysticks -ignore private-dev +# desmume requires input and protocol netlink for controller support +ignore noinput +protocol unix,netlink ignore memory-deny-write-execute diff --git a/profiles/mgba.profile b/profiles/mgba.profile index f84044e..8415985 100644 --- a/profiles/mgba.profile +++ b/profiles/mgba.profile @@ -20,11 +20,10 @@ include whitelist-common.inc # # due to syscall name_to_handle_at seccomp !name_to_handle_at -# netlink required for controller support +# mgba requires input and protocol netlink for controller support +ignore noinput protocol unix,netlink -# noinput breaks controllers -ignore noinput ignore memory-deny-write-execute -- cgit v1.2.1