summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 839afef67..924b2ddb3 100644
--- a/README.md
+++ b/README.md
@@ -210,6 +210,20 @@ $
210 --debug-private-lib 210 --debug-private-lib
211 Debug messages for --private-lib option. 211 Debug messages for --private-lib option.
212 212
213 --netfilter.print=name|pid
214 Print the firewall installed in the sandbox specified by name
215 or PID. Example:
216
217 $ firejail --net=browser --net=eth0 --netfilter firefox &
218 $ firejail --netfilter.print=browser
219
220 --netfilter6.print=name|pid
221 Print the IPv6 firewall installed in the sandbox specified by
222 name or PID. Example:
223
224 $ firejail --net=browser --net=eth0 --netfilter firefox &
225 $ firejail --netfilter6.print=browser
226
213````` 227`````
214 228
215## New profiles: 229## New profiles: