aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-12-16 23:22:27 +0000
committerLibravatar GitHub <noreply@github.com>2020-12-16 23:22:27 +0000
commit70e429d1fc45c239b2b77d62f29467d6f7f4459a (patch)
tree46893228200c4a8f3b238240d57f4a4926c1b080 /etc/profile-m-z
parentdisable-shell.inc: add oksh (#3829) (diff)
downloadfirejail-70e429d1fc45c239b2b77d62f29467d6f7f4459a.tar.gz
firejail-70e429d1fc45c239b2b77d62f29467d6f7f4459a.tar.zst
firejail-70e429d1fc45c239b2b77d62f29467d6f7f4459a.zip
Archiver fixes - drop private-bin (#3832)
* drop private-bin * drop private-bin * drop private-bin * drop private-bin * drop private-bin * disable private-lib in tar.profile Removing private-bin caused a test to fail - see discussion in https://github.com/netblue30/firejail/pull/3832. Thanks to @reinerh for explaining why I broke things!
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/tar.profile4
-rw-r--r--etc/profile-m-z/unzip.profile2
2 files changed, 1 insertions, 5 deletions
diff --git a/etc/profile-m-z/tar.profile b/etc/profile-m-z/tar.profile
index 5233f5e4e..f6efb0feb 100644
--- a/etc/profile-m-z/tar.profile
+++ b/etc/profile-m-z/tar.profile
@@ -13,9 +13,7 @@ noblacklist /var/lib/pacman
13ignore include disable-shell.inc 13ignore include disable-shell.inc
14include archiver-common.inc 14include archiver-common.inc
15 15
16# support compressed archives
17private-bin awk,bash,bzip2,compress,firejail,grep,gtar,gzip,lbzip2,lzip,lzma,lzop,sh,tar,xz
18private-etc alternatives,group,localtime,login.defs,passwd 16private-etc alternatives,group,localtime,login.defs,passwd
19private-lib libfakeroot,liblzma.so.*,libreadline.so.* 17#private-lib libfakeroot,liblzma.so.*,libreadline.so.*
20# Debian based distributions need this for 'dpkg --unpack' (incl. synaptic) 18# Debian based distributions need this for 'dpkg --unpack' (incl. synaptic)
21writable-var 19writable-var
diff --git a/etc/profile-m-z/unzip.profile b/etc/profile-m-z/unzip.profile
index be480923e..8da9ea820 100644
--- a/etc/profile-m-z/unzip.profile
+++ b/etc/profile-m-z/unzip.profile
@@ -10,8 +10,6 @@ include globals.local
10# GNOME Shell integration (chrome-gnome-shell) 10# GNOME Shell integration (chrome-gnome-shell)
11noblacklist ${HOME}/.local/share/gnome-shell 11noblacklist ${HOME}/.local/share/gnome-shell
12 12
13noroot
14include archiver-common.inc 13include archiver-common.inc
15 14
16private-bin unzip
17private-etc alternatives,group,localtime,passwd 15private-etc alternatives,group,localtime,passwd