aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
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
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')
-rw-r--r--src/man/firejail-profile.txt2
-rw-r--r--src/man/firejail.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 60d9c47c5..394433107 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -73,7 +73,7 @@ closed.
73\f\private directory 73\f\private directory
74Use directory as user home. 74Use directory as user home.
75.TP 75.TP
76\f\private.keep file,directory 76\f\private-home file,directory
77Build a new user home in a temporary 77Build a new user home in a temporary
78filesystem, and copy the files and directories in the list in the 78filesystem, and copy the files and directories in the list in the
79new home. All modifications are discarded when the sandbox is 79new home. All modifications are discarded when the sandbox is
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.