aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/tar.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-12-16 13:08:45 +0000
committerLibravatar GitHub <noreply@github.com>2020-12-16 13:08:45 +0000
commit7103d92c35f3d7433ac116b3cd0b37aaa79ce4cd (patch)
treed396488ceb68308754529b13376065afc5b9fc3c /etc/profile-m-z/tar.profile
parentRefactor archivers ii (#3827) (diff)
downloadfirejail-7103d92c35f3d7433ac116b3cd0b37aaa79ce4cd.tar.gz
firejail-7103d92c35f3d7433ac116b3cd0b37aaa79ce4cd.tar.zst
firejail-7103d92c35f3d7433ac116b3cd0b37aaa79ce4cd.zip
archiver fixes (#3830)
* fix gzip * fix tar
Diffstat (limited to 'etc/profile-m-z/tar.profile')
-rw-r--r--etc/profile-m-z/tar.profile3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/profile-m-z/tar.profile b/etc/profile-m-z/tar.profile
index 29fda7e45..5233f5e4e 100644
--- a/etc/profile-m-z/tar.profile
+++ b/etc/profile-m-z/tar.profile
@@ -10,8 +10,7 @@ include globals.local
10# Arch Linux (based distributions) need access to /var/lib/pacman. As we drop all capabilities this is automatically read-only. 10# Arch Linux (based distributions) need access to /var/lib/pacman. As we drop all capabilities this is automatically read-only.
11noblacklist /var/lib/pacman 11noblacklist /var/lib/pacman
12 12
13noblacklist ${PATH}/bash 13ignore include disable-shell.inc
14noblacklist ${PATH}/sh
15include archiver-common.inc 14include archiver-common.inc
16 15
17# support compressed archives 16# support compressed archives