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/artha.profile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'etc/profile-a-l/artha.profile') diff --git a/etc/profile-a-l/artha.profile b/etc/profile-a-l/artha.profile index fab72b7d3..7cfac4915 100644 --- a/etc/profile-a-l/artha.profile +++ b/etc/profile-a-l/artha.profile @@ -6,12 +6,12 @@ include artha.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.config/artha.conf -noblacklist ${HOME}/.config/artha.log -noblacklist ${HOME}/.config/enchant +nodeny ${HOME}/.config/artha.conf +nodeny ${HOME}/.config/artha.log +nodeny ${HOME}/.config/enchant -blacklist /tmp/.X11-unix -blacklist ${RUNUSER}/wayland-* +deny /tmp/.X11-unix +deny ${RUNUSER}/wayland-* include disable-common.inc include disable-devel.inc @@ -28,8 +28,8 @@ include disable-xdg.inc #whitelist ${HOME}/.config/artha.conf #whitelist ${HOME}/.config/artha.log #whitelist ${HOME}/.config/enchant -whitelist /usr/share/artha -whitelist /usr/share/wordnet +allow /usr/share/artha +allow /usr/share/wordnet #include whitelist-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc -- cgit v1.2.3-70-g09d2