summaryrefslogtreecommitdiffstats
path: root/etc/cpio.profile
diff options
context:
space:
mode:
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