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/meld.profile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'etc/profile-m-z/meld.profile') diff --git a/etc/profile-m-z/meld.profile b/etc/profile-m-z/meld.profile index 2a8bb3acf..06ee572c9 100644 --- a/etc/profile-m-z/meld.profile +++ b/etc/profile-m-z/meld.profile @@ -13,12 +13,12 @@ include globals.local # Calling it by its absolute path (example for git mergetool): # $ git config --global mergetool.meld.cmd /usr/bin/meld -noblacklist ${HOME}/.config/meld -noblacklist ${HOME}/.config/git -noblacklist ${HOME}/.gitconfig -noblacklist ${HOME}/.git-credentials -noblacklist ${HOME}/.local/share/meld -noblacklist ${HOME}/.subversion +nodeny ${HOME}/.config/meld +nodeny ${HOME}/.config/git +nodeny ${HOME}/.gitconfig +nodeny ${HOME}/.git-credentials +nodeny ${HOME}/.local/share/meld +nodeny ${HOME}/.subversion # Allow python (blacklisted by disable-interpreters.inc) # Python 2 is EOL (see #3164). Add the next line to your meld.local if you understand the risks @@ -29,7 +29,7 @@ include allow-python3.inc # Allow ssh (blacklisted by disable-common.inc) include allow-ssh.inc -blacklist /usr/libexec +deny /usr/libexec # Add the next line to your meld.local if you don't need to compare files in disable-common.inc. #include disable-common.inc -- cgit v1.2.3-70-g09d2