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