aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/unzip.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-12-15 19:05:54 +0000
committerLibravatar GitHub <noreply@github.com>2020-12-15 19:05:54 +0000
commit4a40e2a5f2009cf282dd783e73e1fb860ac758ba (patch)
tree98ab549570bd67a4987bb2b1ad019b372c205f54 /etc/profile-m-z/unzip.profile
parentRunuser fixes (#3826) (diff)
downloadfirejail-4a40e2a5f2009cf282dd783e73e1fb860ac758ba.tar.gz
firejail-4a40e2a5f2009cf282dd783e73e1fb860ac758ba.tar.zst
firejail-4a40e2a5f2009cf282dd783e73e1fb860ac758ba.zip
Refactor archivers (#3820)
* Create archiver-common.inc * add apparmor to archiver-common.inc * refactor 7z.profile * refactor ar.profile * refactor atool.profile * refactor bsdtar.profile * refactor cpio.profile * refactor gzip.profile * refactor tar.profile * refactor unrar.profile * refactor unzip.profile * refactor xzdec.profile * refactor zstd.profile * rewording * blacklist ${RUNUSER} in archiver-common.inc Thanks to @rusty-snake for suggesting this. * drop non-sensical ${RUNUSER}/wayland-* blacklisting in archiver-common.inc See discussion in https://github.com/netblue30/firejail/pull/3820#discussion_r543523343
Diffstat (limited to 'etc/profile-m-z/unzip.profile')
-rw-r--r--etc/profile-m-z/unzip.profile34
1 files changed, 2 insertions, 32 deletions
diff --git a/etc/profile-m-z/unzip.profile b/etc/profile-m-z/unzip.profile
index e08511c12..30ee3ec12 100644
--- a/etc/profile-m-z/unzip.profile
+++ b/etc/profile-m-z/unzip.profile
@@ -7,42 +7,12 @@ include unzip.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10blacklist ${RUNUSER}/wayland-*
11
12# GNOME Shell integration (chrome-gnome-shell) 10# GNOME Shell integration (chrome-gnome-shell)
13noblacklist ${HOME}/.local/share/gnome-shell 11noblacklist ${HOME}/.local/share/gnome-shell
14 12
15include disable-common.inc 13ignore nogroups
16include disable-devel.inc
17include disable-exec.inc
18include disable-interpreters.inc
19include disable-passwdmgr.inc
20include disable-programs.inc
21include disable-shell.inc
22
23caps.drop all
24hostname unzip
25ipc-namespace
26machine-id
27net none
28no3d
29nodvd
30#nogroups
31nonewprivs
32noroot 14noroot
33nosound 15include archiver-common.inc
34notv
35nou2f
36novideo
37protocol unix
38seccomp
39shell none
40tracelog
41x11 none
42 16
43private-bin unzip 17private-bin unzip
44private-dev
45private-etc alternatives,group,localtime,passwd 18private-etc alternatives,group,localtime,passwd
46
47dbus-user none
48dbus-system none