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/xiphos.profile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc/profile-m-z/xiphos.profile') diff --git a/etc/profile-m-z/xiphos.profile b/etc/profile-m-z/xiphos.profile index 81d98db7a..5c11cbd66 100644 --- a/etc/profile-m-z/xiphos.profile +++ b/etc/profile-m-z/xiphos.profile @@ -6,10 +6,10 @@ include xiphos.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.sword -noblacklist ${HOME}/.xiphos +nodeny ${HOME}/.sword +nodeny ${HOME}/.xiphos -blacklist ${HOME}/.bashrc +deny ${HOME}/.bashrc include disable-common.inc include disable-devel.inc @@ -21,8 +21,8 @@ include disable-shell.inc mkdir ${HOME}/.sword mkdir ${HOME}/.xiphos -whitelist ${HOME}/.sword -whitelist ${HOME}/.xiphos +allow ${HOME}/.sword +allow ${HOME}/.xiphos include whitelist-common.inc include whitelist-var-common.inc -- cgit v1.2.3-70-g09d2