From 6bc9251a9aa854c588d72befa9134794d6b39667 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 14 Feb 2021 09:28:02 -0500 Subject: disable .ssh and .gnupg in kdiff3 profile --- etc/profile-a-l/kdiff3.profile | 4 ++++ 1 file changed, 4 insertions(+) (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 41840e3b0..5786a4687 100644 --- a/etc/profile-a-l/kdiff3.profile +++ b/etc/profile-a-l/kdiff3.profile @@ -10,7 +10,11 @@ noblacklist ${HOME}/.config/kdiff3fileitemactionrc noblacklist ${HOME}/.config/kdiff3rc # Uncomment the next line (or put it into 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 + include disable-devel.inc include disable-exec.inc include disable-interpreters.inc -- cgit v1.2.3-70-g09d2