diff --git a/RELNOTES b/RELNOTES index f7eb80c89..98ae118a3 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,5 +1,6 @@ firejail (0.9.65) baseline; urgency=low * filtering environment variables + * zsh completion * new profiles: vmware-view, display-im6.q16 -- netblue30 Tue, 9 Feb 2021 09:00:00 -0500 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