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-m-z/pinball.profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc/profile-m-z/pinball.profile') diff --git a/etc/profile-m-z/pinball.profile b/etc/profile-m-z/pinball.profile index 2e17be2ce..41e4fb6c0 100644 --- a/etc/profile-m-z/pinball.profile +++ b/etc/profile-m-z/pinball.profile @@ -6,7 +6,7 @@ include pinball.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.config/emilia +nodeny ${HOME}/.config/emilia include disable-common.inc include disable-devel.inc @@ -18,11 +18,11 @@ include disable-shell.inc include disable-xdg.inc mkdir ${HOME}/.config/emilia -whitelist ${HOME}/.config/emilia +allow ${HOME}/.config/emilia -whitelist /usr/share/pinball +allow /usr/share/pinball # on debian games are stored under /usr/share/games -whitelist /usr/share/games/pinball +allow /usr/share/games/pinball include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc -- cgit v1.2.3-70-g09d2