aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-02-05 09:17:06 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-02-05 09:17:06 -0500
commit6185c6f0767326a09d69f4e4e4c0d628f6b3ec33 (patch)
tree5af848497769a4dee9bfaafe622d0d73e3e78ee7 /src/man
parentprofile merges (diff)
downloadfirejail-6185c6f0767326a09d69f4e4e4c0d628f6b3ec33.tar.gz
firejail-6185c6f0767326a09d69f4e4e4c0d628f6b3ec33.tar.zst
firejail-6185c6f0767326a09d69f4e4e4c0d628f6b3ec33.zip
--git-install/--git-uninstall
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 993186476..f978661dc 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -453,6 +453,39 @@ $ firejail \-\-fs.print=3272
453\fB\-\-get=name|pid filename 453\fB\-\-get=name|pid filename
454Get a file from sandbox container, see \fBFILE TRANSFER\fR section for more details. 454Get a file from sandbox container, see \fBFILE TRANSFER\fR section for more details.
455 455
456
457.TP
458\fB\-\-git-install
459Download, compile and install mainline git version of Firejail from the official repository on GitHub.
460The software is installed in /usr/local/bin, and takes precedence over the (old) version
461installed in /usr/bin. If for any reason the new version doesn't work, the user can uninstall it
462using \-\-git-uninstall command and revert to the old version.
463.br
464
465.br
466Prerequisites: git and compile support are required for this command to work. On Debian/Ubuntu
467systems this support is installed using "sudo apt-get install build-essential git".
468.br
469
470.br
471Example:
472.br
473
474.br
475$ firejail \-\-git-install
476
477.TP
478\fB\-\-git-uninstall
479Remove the Firejail version previously installed in /usr/local/bin using \-\-git-install command.
480.br
481
482.br
483Example:
484.br
485
486.br
487$ firejail \-\-git-uninstall
488
456.TP 489.TP
457\fB\-?\fR, \fB\-\-help\fR 490\fB\-?\fR, \fB\-\-help\fR
458Print options end exit. 491Print options end exit.