aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/kdiff3.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-03-27 12:13:21 +0000
committerLibravatar GitHub <noreply@github.com>2024-03-27 12:13:21 +0000
commit0d8fb3d1b41f7c403c0061efda4be35e7ad70344 (patch)
treecb67019a07fd6f68909e49c6880ad4703d7aa08b /etc/profile-a-l/kdiff3.profile
parentRELNOTES: add many profile items (diff)
downloadfirejail-0d8fb3d1b41f7c403c0061efda4be35e7ad70344.tar.gz
firejail-0d8fb3d1b41f7c403c0061efda4be35e7ad70344.tar.zst
firejail-0d8fb3d1b41f7c403c0061efda4be35e7ad70344.zip
profiles: sort blacklist sections (#6289)
See etc/templates/profile.template. This is a follow-up to #6286.
Diffstat (limited to 'etc/profile-a-l/kdiff3.profile')
-rw-r--r--etc/profile-a-l/kdiff3.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile-a-l/kdiff3.profile b/etc/profile-a-l/kdiff3.profile
index d9e4480f5..02b389dff 100644
--- a/etc/profile-a-l/kdiff3.profile
+++ b/etc/profile-a-l/kdiff3.profile
@@ -12,8 +12,8 @@ noblacklist ${HOME}/.config/kdiff3rc
12# Add the next line to your kdiff3.local if you don't need to compare files in disable-common.inc. 12# Add the next line to 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# By default we deny access only to .ssh and .gnupg.
14#include disable-common.inc 14#include disable-common.inc
15blacklist ${HOME}/.ssh
16blacklist ${HOME}/.gnupg 15blacklist ${HOME}/.gnupg
16blacklist ${HOME}/.ssh
17 17
18include disable-devel.inc 18include disable-devel.inc
19include disable-exec.inc 19include disable-exec.inc