aboutsummaryrefslogtreecommitdiffstats
path: root/etc/firejail.config
diff options
context:
space:
mode:
Diffstat (limited to 'etc/firejail.config')
-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