aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 8c9c25311..3dd339d94 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -343,6 +343,18 @@ closed.
343.TP 343.TP
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.
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
346.TP 358.TP
347\fBprivate-bin file,file 359\fBprivate-bin file,file
348Build 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.