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/inc/allow-common-devel.inc | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'etc/inc/allow-common-devel.inc') diff --git a/etc/inc/allow-common-devel.inc b/etc/inc/allow-common-devel.inc index 011bbe226..71b1483cd 100644 --- a/etc/inc/allow-common-devel.inc +++ b/etc/inc/allow-common-devel.inc @@ -3,29 +3,29 @@ include allow-common-devel.local # Git -noblacklist ${HOME}/.config/git -noblacklist ${HOME}/.gitconfig -noblacklist ${HOME}/.git-credentials +nodeny ${HOME}/.config/git +nodeny ${HOME}/.gitconfig +nodeny ${HOME}/.git-credentials # Java -noblacklist ${HOME}/.gradle -noblacklist ${HOME}/.java +nodeny ${HOME}/.gradle +nodeny ${HOME}/.java # Node.js -noblacklist ${HOME}/.node-gyp -noblacklist ${HOME}/.npm -noblacklist ${HOME}/.npmrc -noblacklist ${HOME}/.nvm -noblacklist ${HOME}/.yarn -noblacklist ${HOME}/.yarn-config -noblacklist ${HOME}/.yarncache -noblacklist ${HOME}/.yarnrc +nodeny ${HOME}/.node-gyp +nodeny ${HOME}/.npm +nodeny ${HOME}/.npmrc +nodeny ${HOME}/.nvm +nodeny ${HOME}/.yarn +nodeny ${HOME}/.yarn-config +nodeny ${HOME}/.yarncache +nodeny ${HOME}/.yarnrc # Python -noblacklist ${HOME}/.pylint.d -noblacklist ${HOME}/.python-history -noblacklist ${HOME}/.python_history -noblacklist ${HOME}/.pythonhist +nodeny ${HOME}/.pylint.d +nodeny ${HOME}/.python-history +nodeny ${HOME}/.python_history +nodeny ${HOME}/.pythonhist # Rust -noblacklist ${HOME}/.cargo/* +nodeny ${HOME}/.cargo/* -- cgit v1.2.3-70-g09d2