From 6e4317e70e86111664527442e76375e0af8dbd46 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 26 Jul 2022 17:30:54 -0700 Subject: Add profile for CrossCode Clean up vlc.local to better allow optional screenshot support. --- profiles/crosscode.profile | 20 ++++++++++++++++++++ profiles/vlc.local | 4 ++++ 2 files changed, 24 insertions(+) create mode 100644 profiles/crosscode.profile (limited to 'profiles') diff --git a/profiles/crosscode.profile b/profiles/crosscode.profile new file mode 100644 index 0000000..ff51984 --- /dev/null +++ b/profiles/crosscode.profile @@ -0,0 +1,20 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include crosscode.local +# Persistent global definitions +include globals.local + +# Required if launching from the start.sh instead of the raw executable +#ignore blacklist ${PATH}/bash +#ignore blacklist ${PATH}/sh + +mkdir ${HOME}/.config/CrossCode + +whitelist ${HOME}/.config/CrossCode +whitelist-ro ${HOME}/games/CrossCode + +ignore memory-deny-write-execute + +ignore noexec ${HOME} + +include generic-game.inc diff --git a/profiles/vlc.local b/profiles/vlc.local index 183924d..78cf4f1 100644 --- a/profiles/vlc.local +++ b/profiles/vlc.local @@ -9,9 +9,13 @@ include disable-xdg.inc whitelist-ro ${DOWNLOADS} whitelist-ro ${MUSIC} + +# Comment to allow screenshots whitelist-ro ${PICTURES} # Uncomment to allow screenshots +#whitelist ${PICTURES} #read-write ${PICTURES} + whitelist-ro ${VIDEOS} # # alsa audio will work with ipc-namespace, -- cgit v1.2.1