aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-01 09:55:12 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-08-01 09:55:12 -0400
commit19a9166bd3f8ac58acc5b3cbe04d72d79d82c881 (patch)
tree1542a476d2b3995b922f3e2834cc6d1be6398c3e /etc
parentMerge pull request #673 from reinerh/master (diff)
downloadfirejail-19a9166bd3f8ac58acc5b3cbe04d72d79d82c881.tar.gz
firejail-19a9166bd3f8ac58acc5b3cbe04d72d79d82c881.tar.zst
firejail-19a9166bd3f8ac58acc5b3cbe04d72d79d82c881.zip
added quiet profile command
Diffstat (limited to 'etc')
-rw-r--r--etc/cpio.profile2
-rw-r--r--etc/file.profile1
-rw-r--r--etc/gtar.profile2
-rw-r--r--etc/gzip.profile2
-rw-r--r--etc/less.profile2
-rw-r--r--etc/strings.profile2
-rw-r--r--etc/tar.profile1
-rw-r--r--etc/unrar.profile1
-rw-r--r--etc/unzip.profile1
-rw-r--r--etc/uudeview.profile2
-rw-r--r--etc/xz.profile1
-rw-r--r--etc/xzdec.profile2
12 files changed, 18 insertions, 1 deletions
diff --git a/etc/cpio.profile b/etc/cpio.profile
index b4d232496..5772c7368 100644
--- a/etc/cpio.profile
+++ b/etc/cpio.profile
@@ -1,7 +1,7 @@
1# cpio profile 1# cpio profile
2# /sbin and /usr/sbin are visible inside the sandbox 2# /sbin and /usr/sbin are visible inside the sandbox
3# /boot is not visible and /var is heavily modified 3# /boot is not visible and /var is heavily modified
4 4quiet
5noblacklist /sbin 5noblacklist /sbin
6noblacklist /usr/sbin 6noblacklist /usr/sbin
7include /etc/firejail/disable-common.inc 7include /etc/firejail/disable-common.inc
diff --git a/etc/file.profile b/etc/file.profile
index 1569b42c7..c2d7b0b0f 100644
--- a/etc/file.profile
+++ b/etc/file.profile
@@ -1,4 +1,5 @@
1# file profile 1# file profile
2quiet
2ignore noroot 3ignore noroot
3include /etc/firejail/default.profile 4include /etc/firejail/default.profile
4 5
diff --git a/etc/gtar.profile b/etc/gtar.profile
index 5dbc550f6..2f675cd9d 100644
--- a/etc/gtar.profile
+++ b/etc/gtar.profile
@@ -1 +1,3 @@
1# gtar profile
2quiet
1include /etc/firejail/tar.profile 3include /etc/firejail/tar.profile
diff --git a/etc/gzip.profile b/etc/gzip.profile
index cc19e7608..ce4aa3c4b 100644
--- a/etc/gzip.profile
+++ b/etc/gzip.profile
@@ -1,4 +1,6 @@
1# gzip profile 1# gzip profile
2quiet
3ignore noroot
2include /etc/firejail/default.profile 4include /etc/firejail/default.profile
3tracelog 5tracelog
4net none 6net none
diff --git a/etc/less.profile b/etc/less.profile
index 0c43111d7..802e4196d 100644
--- a/etc/less.profile
+++ b/etc/less.profile
@@ -1,4 +1,6 @@
1# less profile 1# less profile
2quiet
3ignore noroot
2include /etc/firejail/default.profile 4include /etc/firejail/default.profile
3tracelog 5tracelog
4net none 6net none
diff --git a/etc/strings.profile b/etc/strings.profile
index 881edf4ad..6ebe81d09 100644
--- a/etc/strings.profile
+++ b/etc/strings.profile
@@ -1,4 +1,6 @@
1# strings profile 1# strings profile
2quiet
3ignore noroot
2include /etc/firejail/default.profile 4include /etc/firejail/default.profile
3tracelog 5tracelog
4net none 6net none
diff --git a/etc/tar.profile b/etc/tar.profile
index 769a3cd4e..6daa7396a 100644
--- a/etc/tar.profile
+++ b/etc/tar.profile
@@ -1,4 +1,5 @@
1# tar profile 1# tar profile
2quiet
2ignore noroot 3ignore noroot
3include /etc/firejail/default.profile 4include /etc/firejail/default.profile
4 5
diff --git a/etc/unrar.profile b/etc/unrar.profile
index 74079e7b9..e941a8f2a 100644
--- a/etc/unrar.profile
+++ b/etc/unrar.profile
@@ -1,4 +1,5 @@
1# unrar profile 1# unrar profile
2quiet
2ignore noroot 3ignore noroot
3include /etc/firejail/default.profile 4include /etc/firejail/default.profile
4 5
diff --git a/etc/unzip.profile b/etc/unzip.profile
index 502839b98..ab69e932e 100644
--- a/etc/unzip.profile
+++ b/etc/unzip.profile
@@ -1,4 +1,5 @@
1# unzip profile 1# unzip profile
2quiet
2ignore noroot 3ignore noroot
3include /etc/firejail/default.profile 4include /etc/firejail/default.profile
4 5
diff --git a/etc/uudeview.profile b/etc/uudeview.profile
index 8218ac959..f6fe0abf1 100644
--- a/etc/uudeview.profile
+++ b/etc/uudeview.profile
@@ -1,5 +1,7 @@
1# uudeview profile 1# uudeview profile
2# the default profile will disable root user, enable seccomp filter etc. 2# the default profile will disable root user, enable seccomp filter etc.
3quiet
4ignore noroot
3include /etc/firejail/default.profile 5include /etc/firejail/default.profile
4 6
5tracelog 7tracelog
diff --git a/etc/xz.profile b/etc/xz.profile
index 709585acd..5b29f7338 100644
--- a/etc/xz.profile
+++ b/etc/xz.profile
@@ -1,2 +1,3 @@
1# xz profile 1# xz profile
2quiet
2include /etc/firejail/cpio.profile 3include /etc/firejail/cpio.profile
diff --git a/etc/xzdec.profile b/etc/xzdec.profile
index ddf2061bf..3692160e6 100644
--- a/etc/xzdec.profile
+++ b/etc/xzdec.profile
@@ -1,4 +1,6 @@
1# xzdec profile 1# xzdec profile
2quiet
3ignore noroot
2include /etc/firejail/default.profile 4include /etc/firejail/default.profile
3tracelog 5tracelog
4net none 6net none