aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 3c4de9ed5..e57b8fb93 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -75,6 +75,19 @@ $ firejail [OPTIONS] firefox # starting Mozilla Firefox
75\fB\-\- 75\fB\-\-
76Signal the end of options and disables further option processing. 76Signal the end of options and disables further option processing.
77.TP 77.TP
78\fB\-\-appimage
79Sandbox an AppImage (http://appimage.org/) application.
80.br
81
82.br
83Example:
84.br
85$ firejail --appimage krita-3.0-x86_64.appimage
86.br
87$ firejail --appimage --private krita-3.0-x86_64.appimage
88.br
89$ firejail --appimage --net=none --x11 krita-3.0-x86_64.appimage
90.TP
78\fB\-\-bandwidth=name|pid 91\fB\-\-bandwidth=name|pid
79Set bandwidth limits for the sandbox identified by name or PID, see \fBTRAFFIC SHAPING\fR section for more details. 92Set bandwidth limits for the sandbox identified by name or PID, see \fBTRAFFIC SHAPING\fR section for more details.
80.TP 93.TP