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/kdiff3.profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc/profile-a-l/kdiff3.profile') diff --git a/etc/profile-a-l/kdiff3.profile b/etc/profile-a-l/kdiff3.profile index 7c1cb2294..0c37f7968 100644 --- a/etc/profile-a-l/kdiff3.profile +++ b/etc/profile-a-l/kdiff3.profile @@ -6,14 +6,14 @@ include kdiff3.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.config/kdiff3fileitemactionrc -noblacklist ${HOME}/.config/kdiff3rc +nodeny ${HOME}/.config/kdiff3fileitemactionrc +nodeny ${HOME}/.config/kdiff3rc # Add the next line to your kdiff3.local if you don't need to compare files in disable-common.inc. # By default we deny access only to .ssh and .gnupg. #include disable-common.inc -blacklist ${HOME}/.ssh -blacklist ${HOME}/.gnupg +deny ${HOME}/.ssh +deny ${HOME}/.gnupg include disable-devel.inc include disable-exec.inc -- cgit v1.2.3-54-g00ecf