aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-31 07:50:29 -0400
committerLibravatar GitHub <noreply@github.com>2016-07-31 07:50:29 -0400
commit31aef5fe61d713ae1c7d1aad1ffdc07599caccd5 (patch)
treed6ffe7865442f6332b92c50ec208e172745c3f5f /etc
parentMerge pull request #668 from thomasjfox/improve-trace (diff)
parentAdd file.profile (diff)
downloadfirejail-31aef5fe61d713ae1c7d1aad1ffdc07599caccd5.tar.gz
firejail-31aef5fe61d713ae1c7d1aad1ffdc07599caccd5.tar.zst
firejail-31aef5fe61d713ae1c7d1aad1ffdc07599caccd5.zip
Merge pull request #665 from thomasjfox/unpacker-profiles
Add profiles for tar (gtar), unzip and unrar
Diffstat (limited to 'etc')
-rw-r--r--etc/file.profile11
-rw-r--r--etc/gtar.profile1
-rw-r--r--etc/tar.profile13
-rw-r--r--etc/unrar.profile11
-rw-r--r--etc/unzip.profile11
5 files changed, 47 insertions, 0 deletions
diff --git a/etc/file.profile b/etc/file.profile
new file mode 100644
index 000000000..357576040
--- /dev/null
+++ b/etc/file.profile
@@ -0,0 +1,11 @@
1# file profile
2include /etc/firejail/default.profile
3
4tracelog
5net none
6shell none
7private-bin file
8private-dev
9private-etc magic.mgc,magic,localtime
10hostname file
11nosound
diff --git a/etc/gtar.profile b/etc/gtar.profile
new file mode 100644
index 000000000..5dbc550f6
--- /dev/null
+++ b/etc/gtar.profile
@@ -0,0 +1 @@
include /etc/firejail/tar.profile
diff --git a/etc/tar.profile b/etc/tar.profile
new file mode 100644
index 000000000..4ce3e59f0
--- /dev/null
+++ b/etc/tar.profile
@@ -0,0 +1,13 @@
1# tar profile
2include /etc/firejail/default.profile
3
4tracelog
5net none
6shell none
7
8# support compressed archives
9private-bin tar,gtar,compress,gzip,lzma,xz,bzip2,lbzip2,lzip,lzop
10private-dev
11private-etc passwd,group,localtime
12hostname tar
13nosound
diff --git a/etc/unrar.profile b/etc/unrar.profile
new file mode 100644
index 000000000..ccd144699
--- /dev/null
+++ b/etc/unrar.profile
@@ -0,0 +1,11 @@
1# unrar profile
2include /etc/firejail/default.profile
3
4tracelog
5net none
6shell none
7private-bin unrar
8private-dev
9private-etc passwd,group,localtime
10hostname unrar
11nosound
diff --git a/etc/unzip.profile b/etc/unzip.profile
new file mode 100644
index 000000000..d4862004c
--- /dev/null
+++ b/etc/unzip.profile
@@ -0,0 +1,11 @@
1# unzip profile
2include /etc/firejail/default.profile
3
4tracelog
5net none
6shell none
7private-bin unzip
8private-dev
9private-etc passwd,group,localtime
10hostname unzip
11nosound