aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
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
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')
-rw-r--r--etc/profile-a-l/bpftop.profile2
-rw-r--r--etc/profile-a-l/cloneit.profile2
-rw-r--r--etc/profile-a-l/deadlink.profile2
-rw-r--r--etc/profile-a-l/dexios.profile2
-rw-r--r--etc/profile-a-l/editorconfiger.profile2
-rw-r--r--etc/profile-a-l/kdiff3.profile2
6 files changed, 6 insertions, 6 deletions
diff --git a/etc/profile-a-l/bpftop.profile b/etc/profile-a-l/bpftop.profile
index 8c64a77c6..7670f1b4b 100644
--- a/etc/profile-a-l/bpftop.profile
+++ b/etc/profile-a-l/bpftop.profile
@@ -7,8 +7,8 @@ include bpftop.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10blacklist /usr/libexec
11blacklist ${RUNUSER} 10blacklist ${RUNUSER}
11blacklist /usr/libexec
12 12
13include disable-common.inc 13include disable-common.inc
14include disable-devel.inc 14include disable-devel.inc
diff --git a/etc/profile-a-l/cloneit.profile b/etc/profile-a-l/cloneit.profile
index 445ef4890..827dd1de2 100644
--- a/etc/profile-a-l/cloneit.profile
+++ b/etc/profile-a-l/cloneit.profile
@@ -7,8 +7,8 @@ include cloneit.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10blacklist /usr/libexec
11blacklist ${RUNUSER} 10blacklist ${RUNUSER}
11blacklist /usr/libexec
12 12
13include disable-common.inc 13include disable-common.inc
14include disable-devel.inc 14include disable-devel.inc
diff --git a/etc/profile-a-l/deadlink.profile b/etc/profile-a-l/deadlink.profile
index f7535c597..9b378b455 100644
--- a/etc/profile-a-l/deadlink.profile
+++ b/etc/profile-a-l/deadlink.profile
@@ -6,8 +6,8 @@ include deadlink.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9blacklist /usr/libexec
10blacklist ${RUNUSER} 9blacklist ${RUNUSER}
10blacklist /usr/libexec
11 11
12noblacklist ${HOME}/.config/deadlink 12noblacklist ${HOME}/.config/deadlink
13 13
diff --git a/etc/profile-a-l/dexios.profile b/etc/profile-a-l/dexios.profile
index 55d6c83ce..7d549d745 100644
--- a/etc/profile-a-l/dexios.profile
+++ b/etc/profile-a-l/dexios.profile
@@ -7,8 +7,8 @@ include dexios.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10blacklist /usr/libexec
11blacklist ${RUNUSER} 10blacklist ${RUNUSER}
11blacklist /usr/libexec
12 12
13include disable-common.inc 13include disable-common.inc
14include disable-devel.inc 14include disable-devel.inc
diff --git a/etc/profile-a-l/editorconfiger.profile b/etc/profile-a-l/editorconfiger.profile
index a921ae2d5..8812db35f 100644
--- a/etc/profile-a-l/editorconfiger.profile
+++ b/etc/profile-a-l/editorconfiger.profile
@@ -6,8 +6,8 @@ include editorconfiger.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9blacklist /usr/libexec
10blacklist ${RUNUSER} 9blacklist ${RUNUSER}
10blacklist /usr/libexec
11 11
12include disable-common.inc 12include disable-common.inc
13include disable-devel.inc 13include disable-devel.inc
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