aboutsummaryrefslogtreecommitdiffstats
path: root/etc/cpio.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-06-28 07:58:20 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-06-28 07:58:20 -0400
commit4ece607b8f833cf0974bcf2a5e41f0504cbbff59 (patch)
tree430665bb64c6e2b893e17ceec2580c98df069534 /etc/cpio.profile
parentcpio, gzip, strings, xzdec (diff)
downloadfirejail-4ece607b8f833cf0974bcf2a5e41f0504cbbff59.tar.gz
firejail-4ece607b8f833cf0974bcf2a5e41f0504cbbff59.tar.zst
firejail-4ece607b8f833cf0974bcf2a5e41f0504cbbff59.zip
sysutils
Diffstat (limited to 'etc/cpio.profile')
-rw-r--r--etc/cpio.profile21
1 files changed, 16 insertions, 5 deletions
diff --git a/etc/cpio.profile b/etc/cpio.profile
index f10b82962..b0e59c106 100644
--- a/etc/cpio.profile
+++ b/etc/cpio.profile
@@ -1,10 +1,21 @@
1# cpio profile 1# cpio profile
2# testing: find . -print -depth | cpio -ov > tree.cpio 2# /sbin and /usr/sbin are visible inside the sandbox
3include /etc/firejail/default.profile 3# /boot is not visible and /var is heavily modified
4tracelog 4
5noblacklist /sbin
6noblacklist /usr/sbin
7include /etc/firejail/disable-common.inc
8include /etc/firejail/disable-programs.inc
9include /etc/firejail/disable-passwdmgr.inc
10
11private-dev
12private-tmp
13seccomp
14caps.drop all
5net none 15net none
6shell none 16shell none
7private-bin cpio 17tracelog
8private-dev 18net none
19
9 20
10 21