aboutsummaryrefslogtreecommitdiffstats
path: root/etc/xzdec.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-02 17:36:19 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-02 17:36:19 +0200
commitf413040c5e4c052b4bc81706b9f12e5dcf0fa5b3 (patch)
tree840dd9d781a13c611b0b61e25161e9f6aef86779 /etc/xzdec.profile
parentAdd pandoc.profile (diff)
downloadfirejail-f413040c5e4c052b4bc81706b9f12e5dcf0fa5b3.tar.gz
firejail-f413040c5e4c052b4bc81706b9f12e5dcf0fa5b3.tar.zst
firejail-f413040c5e4c052b4bc81706b9f12e5dcf0fa5b3.zip
many profile cleanups (2)
Diffstat (limited to 'etc/xzdec.profile')
-rw-r--r--etc/xzdec.profile21
1 files changed, 16 insertions, 5 deletions
diff --git a/etc/xzdec.profile b/etc/xzdec.profile
index a1f265c1e..3adaa557c 100644
--- a/etc/xzdec.profile
+++ b/etc/xzdec.profile
@@ -5,23 +5,34 @@ quiet
5# Persistent local customizations 5# Persistent local customizations
6include xzdec.local 6include xzdec.local
7# Persistent global definitions 7# Persistent global definitions
8# added by included profile 8include globals.local
9#include globals.local
10 9
11blacklist /tmp/.X11-unix 10blacklist /tmp/.X11-unix
12 11
13ignore noroot 12include disable-common.inc
13include disable-devel.inc
14include disable-exec.inc
15include disable-interpreters.inc
16include disable-passwdmgr.inc
17include disable-programs.inc
18
19caps.drop all
20ipc-namespace
21machine-id
14net none 22net none
15no3d 23no3d
16nodbus 24nodbus
17nodvd 25nodvd
26#nogroups
27nonewprivs
28#noroot
18nosound 29nosound
19notv 30notv
20nou2f 31nou2f
21novideo 32novideo
33protocol unix
34seccomp
22shell none 35shell none
23tracelog 36tracelog
24 37
25private-dev 38private-dev
26
27include default.profile