aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/cloneit.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/cloneit.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/cloneit.profile')
-rw-r--r--etc/profile-a-l/cloneit.profile2
1 files changed, 1 insertions, 1 deletions
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