aboutsummaryrefslogtreecommitdiffstats
path: root/etc/gzip.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-02 14:09:20 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-02 14:09:20 +0200
commit217d0e259470ed004db45b3508b03688556dc44a (patch)
treeff9a08ee14665cb995f24f0ac5a4dd0e079fccf4 /etc/gzip.profile
parentMerge branch 'master' of github.com:netblue30/firejail (diff)
downloadfirejail-217d0e259470ed004db45b3508b03688556dc44a.tar.gz
firejail-217d0e259470ed004db45b3508b03688556dc44a.tar.zst
firejail-217d0e259470ed004db45b3508b03688556dc44a.zip
many profile cleanups
Diffstat (limited to 'etc/gzip.profile')
-rw-r--r--etc/gzip.profile13
1 files changed, 9 insertions, 4 deletions
diff --git a/etc/gzip.profile b/etc/gzip.profile
index 27e262f87..810684eae 100644
--- a/etc/gzip.profile
+++ b/etc/gzip.profile
@@ -9,12 +9,15 @@ include globals.local
9 9
10blacklist /tmp/.X11-unix 10blacklist /tmp/.X11-unix
11 11
12include disable-common.inc
13include disable-devel.inc
12include disable-exec.inc 14include disable-exec.inc
13include disable-interpreters.inc 15include disable-interpreters.inc
14 16include disable-passwdmgr.inc
15ignore noroot 17include disable-programs.inc
16 18
17apparmor 19apparmor
20caps.drop all
18hostname gzip 21hostname gzip
19ipc-namespace 22ipc-namespace
20machine-id 23machine-id
@@ -23,10 +26,14 @@ no3d
23nodbus 26nodbus
24nodvd 27nodvd
25nogroups 28nogroups
29nonewprivs
30#noroot
26nosound 31nosound
27notv 32notv
28nou2f 33nou2f
29novideo 34novideo
35protocol unix
36seccomp
30shell none 37shell none
31tracelog 38tracelog
32 39
@@ -34,5 +41,3 @@ private-cache
34private-dev 41private-dev
35 42
36memory-deny-write-execute 43memory-deny-write-execute
37
38include default.profile