aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-14 07:31:47 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-14 07:31:47 -0400
commit167d4af4382341c7bb5336a791f640f3cbf4c045 (patch)
treec03fad72153118888617936db9136c8cbba6fabf /src/man
parentMerge pull request #19 from pmillerchip/manpage-fixes (diff)
parentImplement the --private-home option as an alternative name for --private.keep (diff)
downloadfirejail-167d4af4382341c7bb5336a791f640f3cbf4c045.tar.gz
firejail-167d4af4382341c7bb5336a791f640f3cbf4c045.tar.zst
firejail-167d4af4382341c7bb5336a791f640f3cbf4c045.zip
Merge pull request #21 from pmillerchip/private-home
Implement the --private-home option
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 59f014d4a..ff265c198 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.