aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-11 13:00:30 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-08-11 13:00:30 -0400
commite8de54d45ea884aa5e6f67e3d75ddb1372741c7f (patch)
tree9d8e25b51183695289dd7d0909ece729bd847025 /etc
parentremoved strings profile (diff)
downloadfirejail-e8de54d45ea884aa5e6f67e3d75ddb1372741c7f.tar.gz
firejail-e8de54d45ea884aa5e6f67e3d75ddb1372741c7f.tar.zst
firejail-e8de54d45ea884aa5e6f67e3d75ddb1372741c7f.zip
added quiet-by-default config option in /etc/firejail/firejail.config
Diffstat (limited to 'etc')
-rw-r--r--etc/firejail.config6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index 20c4d7a5f..82fe65ac7 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -15,12 +15,16 @@
15# Force use of nonewprivs. This mitigates the possibility of 15# Force use of nonewprivs. This mitigates the possibility of
16# a user abusing firejail's features to trick a privileged (suid 16# a user abusing firejail's features to trick a privileged (suid
17# or file capabilities) process into loading code or configuration 17# or file capabilities) process into loading code or configuration
18# that is partially under their control. Default disabled 18# that is partially under their control. Default disabled.
19# force-nonewprivs no 19# force-nonewprivs no
20 20
21# Enable or disable networking features, default enabled. 21# Enable or disable networking features, default enabled.
22# network yes 22# network yes
23 23
24# Enable --quiet as default every time the sandbox is started. Default disabled.
25# quiet-by-default no
26
27
24# Enable or disable restricted network support, default disabled. If enabled, 28# Enable or disable restricted network support, default disabled. If enabled,
25# networking features should also be enabled (network yes). 29# networking features should also be enabled (network yes).
26# Restricted networking grants access to --interface, --net=ethXXX and 30# Restricted networking grants access to --interface, --net=ethXXX and