aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/kdiff3.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-02-14 09:28:02 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2021-02-14 09:28:02 -0500
commit6bc9251a9aa854c588d72befa9134794d6b39667 (patch)
tree79c56dc1fab9cbe4d30b4bcf3b712e03e96b164a /etc/profile-a-l/kdiff3.profile
parentMerge pull request #3988 from glitsj16/tbl (diff)
downloadfirejail-6bc9251a9aa854c588d72befa9134794d6b39667.tar.gz
firejail-6bc9251a9aa854c588d72befa9134794d6b39667.tar.zst
firejail-6bc9251a9aa854c588d72befa9134794d6b39667.zip
disable .ssh and .gnupg in kdiff3 profile
Diffstat (limited to 'etc/profile-a-l/kdiff3.profile')
-rw-r--r--etc/profile-a-l/kdiff3.profile4
1 files changed, 4 insertions, 0 deletions
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