aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-03-19 15:31:49 +0100
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-03-19 15:31:49 +0100
commite503253e4f811dcc75d2382c8d0c7a6fb8175ebc (patch)
tree337e50a637d4cf1bc3ef27195be52ed07f78b304 /src/man
parentMerge pull request #4069 from rusty-snake/hasher-profiles (diff)
downloadfirejail-e503253e4f811dcc75d2382c8d0c7a6fb8175ebc.tar.gz
firejail-e503253e4f811dcc75d2382c8d0c7a6fb8175ebc.tar.zst
firejail-e503253e4f811dcc75d2382c8d0c7a6fb8175ebc.zip
Update README.md & RELONTS; Fix manpage HAVE_NETWORK
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 0b9b403f8..326bb70ae 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -155,8 +155,10 @@ $ firejail --appimage --private krita-3.0-x86_64.appimage
155$ firejail --appimage --net=none --x11 krita-3.0-x86_64.appimage 155$ firejail --appimage --net=none --x11 krita-3.0-x86_64.appimage
156#endif 156#endif
157.TP 157.TP
158#ifdef HAVE_NETWORK
158\fB\-\-bandwidth=name|pid 159\fB\-\-bandwidth=name|pid
159Set bandwidth limits for the sandbox identified by name or PID, see \fBTRAFFIC SHAPING\fR section for more details. 160Set bandwidth limits for the sandbox identified by name or PID, see \fBTRAFFIC SHAPING\fR section for more details.
161#endif
160.TP 162.TP
161\fB\-\-bind=filename1,filename2 163\fB\-\-bind=filename1,filename2
162Mount-bind filename1 on top of filename2. This option is only available when running as root. 164Mount-bind filename1 on top of filename2. This option is only available when running as root.