aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4fa79d9f2..ce4aa4073 100644
--- a/README.md
+++ b/README.md
@@ -197,9 +197,9 @@ The following features can be enabled or disabled:
197 restricted-network 197 restricted-network
198 Enable or disable restricted network support, default disabled. 198 Enable or disable restricted network support, default disabled.
199 If enabled, networking features should also be enabled (network 199 If enabled, networking features should also be enabled (network
200 yes). Restricted networking grants access to --interface and 200 yes). Restricted networking grants access to --interface,
201 --net=ethXXX only to root user. Regular users are only allowed 201 --net=ethXXX and --netfilter only to root user. Regular users
202 --net=none. 202 are only allowed --net=none. Default disabled
203 203
204 secomp Enable or disable seccomp support, default enabled. 204 secomp Enable or disable seccomp support, default enabled.
205 205