summaryrefslogtreecommitdiffstats
path: root/etc/unzip.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-02 17:36:19 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-02 17:36:19 +0200
commitf413040c5e4c052b4bc81706b9f12e5dcf0fa5b3 (patch)
tree840dd9d781a13c611b0b61e25161e9f6aef86779 /etc/unzip.profile
parentAdd pandoc.profile (diff)
downloadfirejail-f413040c5e4c052b4bc81706b9f12e5dcf0fa5b3.tar.gz
firejail-f413040c5e4c052b4bc81706b9f12e5dcf0fa5b3.tar.zst
firejail-f413040c5e4c052b4bc81706b9f12e5dcf0fa5b3.zip
many profile cleanups (2)
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