aboutsummaryrefslogtreecommitdiffstats
path: root/etc/gzip.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2017-08-07 01:22:08 -0400
committerLibravatar Tad <tad@spotco.us>2017-08-07 01:22:08 -0400
commit9e3ba319be6b9546d7e8f450ca419ee2f3f4040b (patch)
tree0aebe82de78a61877c267f4dcb2ebcc13a2e37c9 /etc/gzip.profile
parentvarious profile fixes (#1433) (diff)
downloadfirejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.gz
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.zst
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.zip
Unify all profiles
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