From fe0f975f447d59977d90c3226cc8c623b31b20b3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 5 Jul 2021 07:23:31 -0400 Subject: move whitelist/blacklist to allow/deny --- etc/profile-a-l/lutris.profile | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'etc/profile-a-l/lutris.profile') diff --git a/etc/profile-a-l/lutris.profile b/etc/profile-a-l/lutris.profile index 80a3aba86..9d5169b80 100644 --- a/etc/profile-a-l/lutris.profile +++ b/etc/profile-a-l/lutris.profile @@ -6,18 +6,18 @@ include lutris.local # Persistent global definitions include globals.local -noblacklist ${PATH}/llvm* -noblacklist ${HOME}/Games -noblacklist ${HOME}/.cache/lutris -noblacklist ${HOME}/.cache/winetricks -noblacklist ${HOME}/.config/lutris -noblacklist ${HOME}/.local/share/lutris +nodeny ${PATH}/llvm* +nodeny ${HOME}/Games +nodeny ${HOME}/.cache/lutris +nodeny ${HOME}/.cache/winetricks +nodeny ${HOME}/.config/lutris +nodeny ${HOME}/.local/share/lutris # noblacklist ${HOME}/.wine -noblacklist /tmp/.wine-* +nodeny /tmp/.wine-* # Don't block access to /sbin and /usr/sbin to allow using ldconfig. Otherwise # Lutris won't even start. -noblacklist /sbin -noblacklist /usr/sbin +nodeny /sbin +nodeny /usr/sbin ignore noexec ${HOME} @@ -39,15 +39,15 @@ mkdir ${HOME}/.cache/winetricks mkdir ${HOME}/.config/lutris mkdir ${HOME}/.local/share/lutris # mkdir ${HOME}/.wine -whitelist ${DOWNLOADS} -whitelist ${HOME}/Games -whitelist ${HOME}/.cache/lutris -whitelist ${HOME}/.cache/winetricks -whitelist ${HOME}/.config/lutris -whitelist ${HOME}/.local/share/lutris +allow ${DOWNLOADS} +allow ${HOME}/Games +allow ${HOME}/.cache/lutris +allow ${HOME}/.cache/winetricks +allow ${HOME}/.config/lutris +allow ${HOME}/.local/share/lutris # whitelist ${HOME}/.wine -whitelist /usr/share/lutris -whitelist /usr/share/wine +allow /usr/share/lutris +allow /usr/share/wine include whitelist-common.inc include whitelist-usr-share-common.inc include whitelist-runuser-common.inc -- cgit v1.2.3-70-g09d2