aboutsummaryrefslogtreecommitdiffstats
path: root/etc/unzip.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/unzip.profile')
-rw-r--r--etc/unzip.profile31
1 files changed, 21 insertions, 10 deletions
diff --git a/etc/unzip.profile b/etc/unzip.profile
index be6b6c321..94aee724d 100644
--- a/etc/unzip.profile
+++ b/etc/unzip.profile
@@ -5,29 +5,40 @@ quiet
5# Persistent local customizations 5# Persistent local customizations
6include unzip.local 6include unzip.local
7# Persistent global definitions 7# Persistent global definitions
8# added by included profile 8include globals.local
9#include globals.local
10 9
11blacklist /tmp/.X11-unix 10# GNOME Shell integration (chrome-gnome-shell)
11noblacklist ${HOME}/.local/share/gnome-shell
12 12
13include disable-common.inc
14include disable-devel.inc
15include disable-exec.inc
16include disable-interpreters.inc
17include disable-passwdmgr.inc
18include disable-programs.inc
19
20caps.drop all
13hostname unzip 21hostname unzip
14ignore noroot 22ipc-namespace
23machine-id
15net none 24net none
16no3d 25no3d
17nodbus 26nodbus
18nodvd 27nodvd
28#nogroups
29nonewprivs
30noroot
19nosound 31nosound
20notv 32notv
21nou2f 33nou2f
22novideo 34novideo
35protocol unix
36seccomp
23shell none 37shell none
24tracelog 38tracelog
39x11 none
25 40
26private-bin unzip 41private-bin unzip
42private-cache
27private-dev 43private-dev
28private-etc alternatives,passwd,group,localtime 44private-etc alternatives,group,localtime,passwd
29
30# GNOME Shell integration (chrome-gnome-shell)
31noblacklist ${HOME}/.local/share/gnome-shell
32
33include default.profile