summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2018-08-04 12:19:14 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2018-08-04 12:19:14 -0400
commit30e96ea29531e23620e484dfa80490d232ef6b06 (patch)
tree45cd6a57ff4c887eee914c982dac75beb71066c9 /src/man
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-30e96ea29531e23620e484dfa80490d232ef6b06.tar.gz
firejail-30e96ea29531e23620e484dfa80490d232ef6b06.tar.zst
firejail-30e96ea29531e23620e484dfa80490d232ef6b06.zip
--ignore cleanup
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt2
-rw-r--r--src/man/firejail.txt3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index e29cf4f4b..17562c503 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -113,6 +113,8 @@ Example: "nowhitelist ~/.config"
113Ignore command. 113Ignore command.
114 114
115Example: "ignore seccomp" 115Example: "ignore seccomp"
116.br
117Example: "ignore net ehh0"
116 118
117.TP 119.TP
118\fBquiet 120\fBquiet
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index f29d9cddf..c6fd9cea5 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -509,7 +509,8 @@ Ignore command in profile file.
509Example: 509Example:
510.br 510.br
511$ firejail \-\-ignore=shell --ignore=seccomp firefox 511$ firejail \-\-ignore=shell --ignore=seccomp firefox
512 512.br
513$ firejail \-\-ignore="net eth0" firefox
513.TP 514.TP
514\fB\-\-interface=interface 515\fB\-\-interface=interface
515Move interface in a new network namespace. Up to four --interface options can be specified. 516Move interface in a new network namespace. Up to four --interface options can be specified.