aboutsummaryrefslogtreecommitdiffstats
path: root/etc/cpio.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/cpio.profile')
-rw-r--r--etc/cpio.profile27
1 files changed, 13 insertions, 14 deletions
diff --git a/etc/cpio.profile b/etc/cpio.profile
index fe1dc0408..c5d7680a3 100644
--- a/etc/cpio.profile
+++ b/etc/cpio.profile
@@ -1,28 +1,27 @@
1# Firejail profile for cpio
2# This file is overwritten after every install/update
1quiet 3quiet
2# Persistent global definitions go here 4# Persistent local customizations
5include /etc/firejail/cpio.local
6# Persistent global definitions
3include /etc/firejail/globals.local 7include /etc/firejail/globals.local
4 8
5# This file is overwritten during software install. 9blacklist /tmp/.X11-unix
6# Persistent customizations should go in a .local file.
7include /etc/firejail/cpio.local
8 10
9# cpio profile
10# /sbin and /usr/sbin are visible inside the sandbox
11# /boot is not visible and /var is heavily modified
12noblacklist /sbin 11noblacklist /sbin
13noblacklist /usr/sbin 12noblacklist /usr/sbin
13
14include /etc/firejail/disable-common.inc 14include /etc/firejail/disable-common.inc
15include /etc/firejail/disable-programs.inc
16include /etc/firejail/disable-passwdmgr.inc 15include /etc/firejail/disable-passwdmgr.inc
16include /etc/firejail/disable-programs.inc
17 17
18private-dev
19seccomp
20caps.drop all 18caps.drop all
21net none 19net none
22shell none
23tracelog
24net none 20net none
25nosound
26no3d 21no3d
22nosound
23seccomp
24shell none
25tracelog
27 26
28blacklist /tmp/.X11-unix 27private-dev