aboutsummaryrefslogtreecommitdiffstats
path: root/etc/cpio.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/cpio.profile
parentvarious profile fixes (#1433) (diff)
downloadfirejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.gz
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.zst
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.zip
Unify all profiles
Diffstat (limited to 'etc/cpio.profile')
-rw-r--r--etc/cpio.profile31
1 files changed, 17 insertions, 14 deletions
diff --git a/etc/cpio.profile b/etc/cpio.profile
index fe1dc0408..cd9b9ad7c 100644
--- a/etc/cpio.profile
+++ b/etc/cpio.profile
@@ -1,28 +1,31 @@
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
28
29# CLOBBERED COMMENTS
30# /boot is not visible and /var is heavily modified
31# /sbin and /usr/sbin are visible inside the sandbox