aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-01 09:29:17 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-01 09:29:17 -0500
commit964d6afd26b0f8eabcfbf07da65ff3bafb77e8ec (patch)
tree8ff511073b5eb1e607a272872ed0334b07a18e62 /src/man
parentvarious fixes (diff)
downloadfirejail-964d6afd26b0f8eabcfbf07da65ff3bafb77e8ec.tar.gz
firejail-964d6afd26b0f8eabcfbf07da65ff3bafb77e8ec.tar.zst
firejail-964d6afd26b0f8eabcfbf07da65ff3bafb77e8ec.zip
deprecated --private-home feature
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt6
-rw-r--r--src/man/firejail.txt12
2 files changed, 0 insertions, 18 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 90c59d753..1e8555d9c 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -146,12 +146,6 @@ Use directory as user home.
146Build a new /bin in a temporary filesystem, and copy the programs in the list. 146Build a new /bin in a temporary filesystem, and copy the programs in the list.
147The same directory is also bind-mounted over /sbin, /usr/bin and /usr/sbin. 147The same directory is also bind-mounted over /sbin, /usr/bin and /usr/sbin.
148.TP 148.TP
149\fBprivate-home file,directory
150Build a new user home in a temporary
151filesystem, and copy the files and directories in the list in the
152new home. All modifications are discarded when the sandbox is
153closed.
154.TP
155\fBprivate-dev 149\fBprivate-dev
156Create a new /dev directory. Only dri, null, full, zero, tty, pts, ptmx, random, urandom, log and shm devices are available. 150Create a new /dev directory. Only dri, null, full, zero, tty, pts, ptmx, random, urandom, log and shm devices are available.
157.TP 151.TP
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index e60ecadaa..ee019a24f 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -961,18 +961,6 @@ $ ls /bin
961bash cat ls sed 961bash cat ls sed
962 962
963.TP 963.TP
964\fB\-\-private-home=file,directory
965Build a new user home in a temporary
966filesystem, and copy the files and directories in the list in the
967new home. All modifications are discarded when the sandbox is
968closed.
969.br
970
971.br
972Example:
973.br
974$ firejail \-\-private-home=.mozilla firefox
975.TP
976\fB\-\-private-dev 964\fB\-\-private-dev
977Create a new /dev directory. Only dri, null, full, zero, tty, pts, ptmx, random, urandom, log and shm devices are available. 965Create a new /dev directory. Only dri, null, full, zero, tty, pts, ptmx, random, urandom, log and shm devices are available.
978.br 966.br