summaryrefslogtreecommitdiffstats
path: root/etc/unzip.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/unzip.profile
parentvarious profile fixes (#1433) (diff)
downloadfirejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.gz
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.zst
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.zip
Unify all profiles
Diffstat (limited to 'etc/unzip.profile')
-rw-r--r--etc/unzip.profile16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/unzip.profile b/etc/unzip.profile
index 130e57ae9..6556b4f56 100644
--- a/etc/unzip.profile
+++ b/etc/unzip.profile
@@ -1,17 +1,15 @@
1# Firejail profile for unzip
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/unzip.local 5include /etc/firejail/unzip.local
6# Persistent global definitions
7include /etc/firejail/globals.local
8 8
9# unzip profile
10ignore noroot
11include /etc/firejail/default.profile
12blacklist /tmp/.X11-unix 9blacklist /tmp/.X11-unix
13 10
14hostname unzip 11hostname unzip
12ignore noroot
15net none 13net none
16no3d 14no3d
17nosound 15nosound
@@ -21,3 +19,5 @@ tracelog
21private-bin unzip 19private-bin unzip
22private-dev 20private-dev
23private-etc passwd,group,localtime 21private-etc passwd,group,localtime
22
23include /etc/firejail/default.profile