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 --- RELNOTES | 1 + etc/profile-a-l/kdiff3.profile | 4 ++++ 2 files changed, 5 insertions(+) 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 -- cgit v1.2.3-54-g00ecf