aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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.