aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2018-08-26 08:15:34 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2018-08-26 08:15:34 -0400
commita6555dfa2dc9ad8dc2ea994f64ddd39c07b2d2fa (patch)
tree6ac2ca71d65fd2ce12aa6215ef56d87de9b606b6 /src/man
parentremoved --ls, --get, --put (diff)
downloadfirejail-a6555dfa2dc9ad8dc2ea994f64ddd39c07b2d2fa.tar.gz
firejail-a6555dfa2dc9ad8dc2ea994f64ddd39c07b2d2fa.tar.zst
firejail-a6555dfa2dc9ad8dc2ea994f64ddd39c07b2d2fa.zip
merge from mainline
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt2
-rw-r--r--src/man/firejail.txt5
-rw-r--r--src/man/firemon.txt2
3 files changed, 6 insertions, 3 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..7de1bff50 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -170,7 +170,7 @@ in order to allow strace to run. Chromium and Chromium-based browsers will not w
170.br 170.br
171Example: 171Example:
172.br 172.br
173$ firejail --build=profile-file vlc ~/Videos/test.mp4 173$ firejail --build vlc ~/Videos/test.mp4
174.TP 174.TP
175\fB\-\-build=profile-file 175\fB\-\-build=profile-file
176The command builds a whitelisted profile, and saves it in profile-file. If /usr/bin/strace is installed on the system, it also 176The command builds a whitelisted profile, and saves it in profile-file. If /usr/bin/strace is installed on the system, it also
@@ -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.
diff --git a/src/man/firemon.txt b/src/man/firemon.txt
index 9cae72b54..214fcac44 100644
--- a/src/man/firemon.txt
+++ b/src/man/firemon.txt
@@ -105,7 +105,7 @@ The owner of the sandbox.
105.SH LICENSE 105.SH LICENSE
106This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. 106This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
107.PP 107.PP
108Homepage: http://firejail.wordpress.com 108Homepage: https://firejail.wordpress.com
109.SH SEE ALSO 109.SH SEE ALSO
110\&\flfirejail\fR\|(1), 110\&\flfirejail\fR\|(1),
111\&\flfirecfg\fR\|(1), 111\&\flfirecfg\fR\|(1),