aboutsummaryrefslogtreecommitdiffstats
path: root/etc/gzip.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-03-14 12:01:43 +0000
committerLibravatar GitHub <noreply@github.com>2019-03-14 12:01:43 +0000
commit097aba97d8cb0a848f1f21018f65c58d48ef3cb2 (patch)
treebb5159f2651680606ccf7208dd4f48e1add373fe /etc/gzip.profile
parentFixes for seahorse/seahorse-tool (#2592) (diff)
downloadfirejail-097aba97d8cb0a848f1f21018f65c58d48ef3cb2.tar.gz
firejail-097aba97d8cb0a848f1f21018f65c58d48ef3cb2.tar.zst
firejail-097aba97d8cb0a848f1f21018f65c58d48ef3cb2.zip
Hardening compressors (#2594)
* Harden atool * Harden cpio * Fix ordering in private-* options * Harden gzip * Harden tar * Harden bsdtar * Harden+ tar * Harden+ gzip * Harden+ cpio * Create bzip2.profile * Description for bunzip2 * Add bzip2/bunzip2 to firecfg
Diffstat (limited to 'etc/gzip.profile')
-rw-r--r--etc/gzip.profile12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/gzip.profile b/etc/gzip.profile
index 49c43a49c..27e262f87 100644
--- a/etc/gzip.profile
+++ b/etc/gzip.profile
@@ -9,11 +9,20 @@ include globals.local
9 9
10blacklist /tmp/.X11-unix 10blacklist /tmp/.X11-unix
11 11
12include disable-exec.inc
13include disable-interpreters.inc
14
12ignore noroot 15ignore noroot
16
17apparmor
18hostname gzip
19ipc-namespace
20machine-id
13net none 21net none
14no3d 22no3d
15nodbus 23nodbus
16nodvd 24nodvd
25nogroups
17nosound 26nosound
18notv 27notv
19nou2f 28nou2f
@@ -21,6 +30,9 @@ novideo
21shell none 30shell none
22tracelog 31tracelog
23 32
33private-cache
24private-dev 34private-dev
25 35
36memory-deny-write-execute
37
26include default.profile 38include default.profile