aboutsummaryrefslogtreecommitdiffstats
path: root/etc/gzip.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/gzip.profile')
-rw-r--r--etc/gzip.profile17
1 files changed, 8 insertions, 9 deletions
diff --git a/etc/gzip.profile b/etc/gzip.profile
index 5a2a5d26e..13960eda0 100644
--- a/etc/gzip.profile
+++ b/etc/gzip.profile
@@ -1,17 +1,14 @@
1# Firejail profile for gzip
2# This file is overwritten after every install/update
1quiet 3quiet
2# Persistent global definitions go here 4# Persistent local customizations
3include /etc/firejail/globals.local
4
5# This file is overwritten during software install.
6# Persistent customizations should go in a .local file.
7include /etc/firejail/gzip.local 5include /etc/firejail/gzip.local
8 6# Persistent global definitions
9# gzip profile 7include /etc/firejail/globals.local
10ignore noroot
11include /etc/firejail/default.profile
12 8
13blacklist /tmp/.X11-unix 9blacklist /tmp/.X11-unix
14 10
11ignore noroot
15net none 12net none
16no3d 13no3d
17nosound 14nosound
@@ -19,3 +16,5 @@ shell none
19tracelog 16tracelog
20 17
21private-dev 18private-dev
19
20include /etc/firejail/default.profile