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/spectacle.profile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'etc/profile-m-z/spectacle.profile') diff --git a/etc/profile-m-z/spectacle.profile b/etc/profile-m-z/spectacle.profile index 4468f21e7..08adb5861 100644 --- a/etc/profile-m-z/spectacle.profile +++ b/etc/profile-m-z/spectacle.profile @@ -12,8 +12,8 @@ include globals.local #private-etc ca-certificates,crypto-policies,pki,resolv.conf,ssl #protocol unix,inet,inet6 -noblacklist ${HOME}/.config/spectaclerc -noblacklist ${PICTURES} +nodeny ${HOME}/.config/spectaclerc +nodeny ${PICTURES} include disable-common.inc include disable-devel.inc @@ -24,10 +24,10 @@ include disable-programs.inc include disable-xdg.inc mkfile ${HOME}/.config/spectaclerc -whitelist ${HOME}/.config/spectaclerc -whitelist ${PICTURES} -whitelist /usr/share/kconf_update/spectacle_newConfig.upd -whitelist /usr/share/kconf_update/spectacle_shortcuts.upd +allow ${HOME}/.config/spectaclerc +allow ${PICTURES} +allow /usr/share/kconf_update/spectacle_newConfig.upd +allow /usr/share/kconf_update/spectacle_shortcuts.upd include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc -- cgit v1.2.3-70-g09d2