aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar Peter Millerchip <pete@millerchipsoftware.com>2015-08-13 11:09:10 +0100
committerLibravatar Peter Millerchip <pete@millerchipsoftware.com>2015-08-13 11:09:10 +0100
commitd3c1cf120a8303e5408637da5a21543796d09f90 (patch)
tree123c9be29d71d0df6be3db16bda4ccc9a0f3a1ac /src/man/firejail.txt
parentdisable-history.inc integration - included in all profile files (diff)
downloadfirejail-d3c1cf120a8303e5408637da5a21543796d09f90.tar.gz
firejail-d3c1cf120a8303e5408637da5a21543796d09f90.tar.zst
firejail-d3c1cf120a8303e5408637da5a21543796d09f90.zip
Implement the --private-home option as an alternative name for --private.keep
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index dbffe68ed..21310aebc 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -639,7 +639,7 @@ Example:
639$ firejail \-\-private=/home/netblue/firefox-home firefox 639$ firejail \-\-private=/home/netblue/firefox-home firefox
640 640
641.TP 641.TP
642\fB\-\-private.keep=file,directory 642\fB\-\-private-home=file,directory
643Build a new user home in a temporary 643Build a new user home in a temporary
644filesystem, and copy the files and directories in the list in the 644filesystem, and copy the files and directories in the list in the
645new home. All modifications are discarded when the sandbox is 645new home. All modifications are discarded when the sandbox is
@@ -649,7 +649,7 @@ closed.
649.br 649.br
650Example: 650Example:
651.br 651.br
652$ firejail \-\-private.keep=.mozilla firefox 652$ firejail \-\-private-home=.mozilla firefox
653.TP 653.TP
654\fB\-\-private-dev 654\fB\-\-private-dev
655Create a new /dev directory. Only null, full, zero, tty, pts, ptmx, random, urandom and shm devices are available. 655Create a new /dev directory. Only null, full, zero, tty, pts, ptmx, random, urandom and shm devices are available.