aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/cpio.profile21
-rw-r--r--etc/gzip.profile1
-rw-r--r--etc/strings.profile1
-rw-r--r--etc/xz.profile2
-rw-r--r--etc/xzdec.profile4
5 files changed, 22 insertions, 7 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
diff --git a/etc/gzip.profile b/etc/gzip.profile
index 3c9e8a9bf..8d35c9f66 100644
--- a/etc/gzip.profile
+++ b/etc/gzip.profile
@@ -4,3 +4,4 @@ tracelog
4net none 4net none
5shell none 5shell none
6private-dev 6private-dev
7private-tmp
diff --git a/etc/strings.profile b/etc/strings.profile
index 8be9a5719..9bc67cfb8 100644
--- a/etc/strings.profile
+++ b/etc/strings.profile
@@ -4,3 +4,4 @@ tracelog
4net none 4net none
5shell none 5shell none
6private-dev 6private-dev
7private-tmp
diff --git a/etc/xz.profile b/etc/xz.profile
new file mode 100644
index 000000000..709585acd
--- /dev/null
+++ b/etc/xz.profile
@@ -0,0 +1,2 @@
1# xz profile
2include /etc/firejail/cpio.profile
diff --git a/etc/xzdec.profile b/etc/xzdec.profile
index ade46dddd..1bff66965 100644
--- a/etc/xzdec.profile
+++ b/etc/xzdec.profile
@@ -1,7 +1,7 @@
1# XZ decompressor profile 1# xzdec profile
2include /etc/firejail/default.profile 2include /etc/firejail/default.profile
3tracelog 3tracelog
4net none 4net none
5shell none 5shell none
6private-dev 6private-dev
7 7private-tmp