aboutsummaryrefslogtreecommitdiffstats
path: root/etc/cpio.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-06-08 15:00:27 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-06-08 15:00:27 -0400
commitb53d02259ee867c03ba8317a98575a6fb3cdf93e (patch)
treef9d7710d4b4dee07d6979fd2e3aaf8db8b323de7 /etc/cpio.profile
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-b53d02259ee867c03ba8317a98575a6fb3cdf93e.tar.gz
firejail-b53d02259ee867c03ba8317a98575a6fb3cdf93e.tar.zst
firejail-b53d02259ee867c03ba8317a98575a6fb3cdf93e.zip
fix quiet in profiles
Diffstat (limited to 'etc/cpio.profile')
-rw-r--r--etc/cpio.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/cpio.profile b/etc/cpio.profile
index f38e0a6ce..fe1dc0408 100644
--- a/etc/cpio.profile
+++ b/etc/cpio.profile
@@ -1,3 +1,4 @@
1quiet
1# Persistent global definitions go here 2# Persistent global definitions go here
2include /etc/firejail/globals.local 3include /etc/firejail/globals.local
3 4
@@ -8,7 +9,6 @@ include /etc/firejail/cpio.local
8# cpio profile 9# cpio profile
9# /sbin and /usr/sbin are visible inside the sandbox 10# /sbin and /usr/sbin are visible inside the sandbox
10# /boot is not visible and /var is heavily modified 11# /boot is not visible and /var is heavily modified
11quiet
12noblacklist /sbin 12noblacklist /sbin
13noblacklist /usr/sbin 13noblacklist /usr/sbin
14include /etc/firejail/disable-common.inc 14include /etc/firejail/disable-common.inc