aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RELNOTES1
-rw-r--r--etc/profile-a-l/kdiff3.profile4
2 files changed, 5 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index f7eb80c89..98ae118a3 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,6 @@
1firejail (0.9.65) baseline; urgency=low 1firejail (0.9.65) baseline; urgency=low
2 * filtering environment variables 2 * filtering environment variables
3 * zsh completion
3 * new profiles: vmware-view, display-im6.q16 4 * new profiles: vmware-view, display-im6.q16
4 -- netblue30 <netblue30@yahoo.com> Tue, 9 Feb 2021 09:00:00 -0500 5 -- netblue30 <netblue30@yahoo.com> Tue, 9 Feb 2021 09:00:00 -0500
5 6
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
10noblacklist ${HOME}/.config/kdiff3rc 10noblacklist ${HOME}/.config/kdiff3rc
11 11
12# Uncomment the next line (or put it into your kdiff3.local) if you don't need to compare files in disable-common.inc. 12# Uncomment the next line (or put it into your kdiff3.local) if you don't need to compare files in disable-common.inc.
13# by default we deny access only to .ssh and .gnupg
13#include disable-common.inc 14#include disable-common.inc
15blacklist ${HOME}/.ssh
16blacklist ${HOME}/.gnupg
17
14include disable-devel.inc 18include disable-devel.inc
15include disable-exec.inc 19include disable-exec.inc
16include disable-interpreters.inc 20include disable-interpreters.inc