summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-11-15 07:09:41 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-11-15 07:09:41 -0500
commit77a891838f0456944777830152171c23fb52a71a (patch)
tree679ccfae005f3a1d0a17bcfa8c6000e8b2205d8a /README.md
parentnetfilter split (diff)
downloadfirejail-77a891838f0456944777830152171c23fb52a71a.tar.gz
firejail-77a891838f0456944777830152171c23fb52a71a.tar.zst
firejail-77a891838f0456944777830152171c23fb52a71a.zip
netfilter split, --netfilter.print, --netfilter6.print
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: