aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-06-27 09:03:06 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-06-27 09:03:06 -0400
commitfdaab24ae0123ec3b0d23f5df6dd3dd97946cc52 (patch)
tree2308b9fb2e50157b0a0a9134a221018c327dd481 /etc
parentstrings, cpio, gzip, xz profiles (diff)
downloadfirejail-fdaab24ae0123ec3b0d23f5df6dd3dd97946cc52.tar.gz
firejail-fdaab24ae0123ec3b0d23f5df6dd3dd97946cc52.tar.zst
firejail-fdaab24ae0123ec3b0d23f5df6dd3dd97946cc52.zip
cpio, gzip, strings, xzdec
Diffstat (limited to 'etc')
-rw-r--r--etc/cpio.profile14
-rw-r--r--etc/gzip.profile21
-rw-r--r--etc/strings.profile16
-rw-r--r--etc/xzdec.profile16
4 files changed, 22 insertions, 45 deletions
diff --git a/etc/cpio.profile b/etc/cpio.profile
index 811d657f2..f10b82962 100644
--- a/etc/cpio.profile
+++ b/etc/cpio.profile
@@ -1,8 +1,10 @@
1include /usr/local/etc/firejail/server.profile 1# cpio profile
2include /usr/local/etc/firejail/disable-common.inc 2# testing: find . -print -depth | cpio -ov > tree.cpio
3include /usr/local/etc/firejail/disable-programs.inc 3include /etc/firejail/default.profile
4include /usr/local/etc/firejail/disable-passwdmgr.inc 4tracelog
5caps.drop all
6net none 5net none
7shell none 6shell none
8seccomp 7private-bin cpio
8private-dev
9
10
diff --git a/etc/gzip.profile b/etc/gzip.profile
index f231c3780..3c9e8a9bf 100644
--- a/etc/gzip.profile
+++ b/etc/gzip.profile
@@ -1,19 +1,6 @@
1################################ 1# gzip profile
2# Gzip profile 2include /etc/firejail/default.profile
3################################
4include /etc/firejail/disable-common.inc
5include /etc/firejail/disable-programs.inc
6include /etc/firejail/disable-passwdmgr.inc
7
8blacklist ${HOME}/.wine
9blacklist ${HOME}/.ssh
10
11tracelog 3tracelog
12caps.drop all
13seccomp
14net none 4net none
15noroot 5shell none
16nosound 6private-dev
17nogroups
18nonewprivs
19
diff --git a/etc/strings.profile b/etc/strings.profile
index ea6d4b415..8be9a5719 100644
--- a/etc/strings.profile
+++ b/etc/strings.profile
@@ -1,12 +1,6 @@
1noblacklist ~/.config 1# strings profile
2 2include /etc/firejail/default.profile
3include /usr/local/etc/firejail/disable-common.inc
4include /usr/local/etc/firejail/disable-programs.inc
5include /usr/local/etc/firejail/disable-devel.inc
6include /usr/local/etc/firejail/disable-passwdmgr.inc
7
8caps.drop all
9noroot
10nonewprivs
11seccomp
12tracelog 3tracelog
4net none
5shell none
6private-dev
diff --git a/etc/xzdec.profile b/etc/xzdec.profile
index f29f7360c..ade46dddd 100644
--- a/etc/xzdec.profile
+++ b/etc/xzdec.profile
@@ -1,13 +1,7 @@
1# Firejail profile for XZ decompressor 1# XZ decompressor profile
2# xzdec.profile 2include /etc/firejail/default.profile
3
4include /etc/firejail/disable-mgmt.inc
5include /etc/firejail/disable-secret.inc
6include /etc/firejail/disable-common.inc
7include /etc/firejail/disable-devel.inc
8
9caps.drop all
10seccomp
11tracelog 3tracelog
12noroot 4net none
13shell none 5shell none
6private-dev
7