From 176dae16c44794f30cb347dfd84fe84bcc5c9708 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Mar 2020 23:55:30 -0700 Subject: Initial commit --- profiles/mgba.profile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 profiles/mgba.profile (limited to 'profiles/mgba.profile') diff --git a/profiles/mgba.profile b/profiles/mgba.profile new file mode 100644 index 0000000..178eb5e --- /dev/null +++ b/profiles/mgba.profile @@ -0,0 +1,26 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include mgba.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.config/mgba +noblacklist ${HOME}/.local/share/mgba +noblacklist ${HOME}/games/Emulators/GBAGAMES + +mkdir ${HOME}/.config/mgba +mkdir ${HOME}/.local/share/mgba +whitelist ${HOME}/.config/mgba +whitelist ${HOME}/.local/share/mgba +whitelist ${HOME}/games/Emulators/GBAGAMES +read-only ${HOME}/games/Emulators/GBAGAMES +include whitelist-common.inc + +seccomp !name_to_handle_at + +# private-dev breaks joysticks +ignore private-dev + +ignore memory-deny-write-execute + +include generic-game.inc -- cgit v1.2.1