aboutsummaryrefslogtreecommitdiffstats
path: root/etc/firejail.config
diff options
context:
space:
mode:
authorLibravatar The Fox in the Shell <KellerFuchs@hashbang.sh>2016-05-25 15:59:46 +0200
committerLibravatar The Fox in the Shell <KellerFuchs@hashbang.sh>2016-05-25 15:59:46 +0200
commit10bf7d9418fb2d5aabaa5de6ffa8638e75bcbbdd (patch)
tree3484364bf5a830966be6c63f06812a9aaed04f63 /etc/firejail.config
parentMake `restricted-network` prevent use of netfilter (diff)
downloadfirejail-10bf7d9418fb2d5aabaa5de6ffa8638e75bcbbdd.tar.gz
firejail-10bf7d9418fb2d5aabaa5de6ffa8638e75bcbbdd.tar.zst
firejail-10bf7d9418fb2d5aabaa5de6ffa8638e75bcbbdd.zip
Document the restricted-network change
Diffstat (limited to 'etc/firejail.config')
-rw-r--r--etc/firejail.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index 41cd08e68..fc09f1a0a 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -17,8 +17,8 @@
17 17
18# Enable or disable restricted network support, default disabled. If enabled, 18# Enable or disable restricted network support, default disabled. If enabled,
19# networking features should also be enabled (network yes). 19# networking features should also be enabled (network yes).
20# Restricted networking grants access to --interface and --net=ethXXX 20# Restricted networking grants access to --interface, --net=ethXXX and
21# only to root user. Regular users are only allowed --net=none. 21# --netfilter only to root user. Regular users are only allowed --net=none.
22# restricted-network no 22# restricted-network no
23 23
24# Enable or disable seccomp support, default enabled. 24# Enable or disable seccomp support, default enabled.