aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/tar.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-m-z/tar.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-m-z/tar.profile')
-rw-r--r--etc/profile-m-z/tar.profile9
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/profile-m-z/tar.profile b/etc/profile-m-z/tar.profile
index f6efb0feb..1c3612326 100644
--- a/etc/profile-m-z/tar.profile
+++ b/etc/profile-m-z/tar.profile
@@ -7,13 +7,16 @@ include tar.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10# Included in archiver-common.inc
11ignore include disable-shell.inc
12
10# Arch Linux (based distributions) need access to /var/lib/pacman. As we drop all capabilities this is automatically read-only. 13# Arch Linux (based distributions) need access to /var/lib/pacman. As we drop all capabilities this is automatically read-only.
11noblacklist /var/lib/pacman 14noblacklist /var/lib/pacman
12 15
13ignore include disable-shell.inc
14include archiver-common.inc
15
16private-etc alternatives,group,localtime,login.defs,passwd 16private-etc alternatives,group,localtime,login.defs,passwd
17#private-lib libfakeroot,liblzma.so.*,libreadline.so.* 17#private-lib libfakeroot,liblzma.so.*,libreadline.so.*
18# Debian based distributions need this for 'dpkg --unpack' (incl. synaptic) 18# Debian based distributions need this for 'dpkg --unpack' (incl. synaptic)
19writable-var 19writable-var
20
21# Redirect
22include archiver-common.inc