aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/man/firejail-profile.txt11
-rw-r--r--src/man/firejail.txt11
2 files changed, 22 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 46927ada9..7d8fe273a 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -344,6 +344,17 @@ closed.
344\fBprivate directory 344\fBprivate directory
345Use directory as user home. 345Use directory as user home.
346--private and --private=directory cannot be used together. 346--private and --private=directory cannot be used together.
347.br
348
349.br
350Bug: Even with this enabled, some commands (such as mkdir, mkfile and
351private-cache) will still operate on the original home directory.
352Workaround: Disable the incompatible commands, such as by using "ignore mkdir"
353and "ignore mkfile".
354For details, see
355.UR https://github.com/netblue30/firejail/issues/903
356#903
357.UE
347.TP 358.TP
348\fBprivate-bin file,file 359\fBprivate-bin file,file
349Build a new /bin in a temporary filesystem, and copy the programs in the list. 360Build a new /bin in a temporary filesystem, and copy the programs in the list.
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index feb9e4e81..af71fe5cc 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1905,6 +1905,17 @@ Use directory as user home.
1905Example: 1905Example:
1906.br 1906.br
1907$ firejail \-\-private=/home/netblue/firefox-home firefox 1907$ firejail \-\-private=/home/netblue/firefox-home firefox
1908.br
1909
1910.br
1911Bug: Even with this enabled, some commands (such as mkdir, mkfile and
1912private-cache) will still operate on the original home directory.
1913Workaround: Disable the incompatible commands, such as by using "ignore mkdir"
1914and "ignore mkfile".
1915For details, see
1916.UR https://github.com/netblue30/firejail/issues/903
1917#903
1918.UE
1908 1919
1909.TP 1920.TP
1910\fB\-\-private-bin=file,file 1921\fB\-\-private-bin=file,file