aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/atool.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-01-29 18:23:17 -0300
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-02-08 19:22:57 +0000
commitc2e40c6d4e9c76304c3f49e04019871322fa6b77 (patch)
tree2d55f6fc268b1e52698759f4d0a693e068e1e7c2 /etc/profile-a-l/atool.profile
parentformating (diff)
downloadfirejail-c2e40c6d4e9c76304c3f49e04019871322fa6b77.tar.gz
firejail-c2e40c6d4e9c76304c3f49e04019871322fa6b77.tar.zst
firejail-c2e40c6d4e9c76304c3f49e04019871322fa6b77.zip
archivers: move archiver-common.inc include to the bottom
And mark it as a redirect profile. This is done so when including other *-common.inc profiles, such as firefox-common.profile.
Diffstat (limited to 'etc/profile-a-l/atool.profile')
-rw-r--r--etc/profile-a-l/atool.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/profile-a-l/atool.profile b/etc/profile-a-l/atool.profile
index 34af47df2..6e0ecb012 100644
--- a/etc/profile-a-l/atool.profile
+++ b/etc/profile-a-l/atool.profile
@@ -9,10 +9,12 @@ include globals.local
9 9
10# Allow perl (blacklisted by disable-interpreters.inc) 10# Allow perl (blacklisted by disable-interpreters.inc)
11include allow-perl.inc 11include allow-perl.inc
12include archiver-common.inc
13 12
14noroot 13noroot
15 14
16# without login.defs atool complains and uses UID/GID 1000 by default 15# without login.defs atool complains and uses UID/GID 1000 by default
17private-etc alternatives,group,login.defs,passwd 16private-etc alternatives,group,login.defs,passwd
18private-tmp 17private-tmp
18
19# Redirect
20include archiver-common.inc