aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-03-14 18:43:30 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-03-14 21:54:18 -0300
commit94368a3434be0878b4261aa4f78fd065d884a105 (patch)
treedadc8bdecb28370ff7e0722d7d58381cf5c4f021 /src/man/firejail-profile.txt
parentdocs: add missing --private note to firejail-profile.txt (diff)
downloadfirejail-94368a3434be0878b4261aa4f78fd065d884a105.tar.gz
firejail-94368a3434be0878b4261aa4f78fd065d884a105.tar.zst
firejail-94368a3434be0878b4261aa4f78fd065d884a105.zip
docs: mention inconsistent homedir bug involving --private=dir
And the workaround suggested by @smitsohu[1] and @rusty-snake[2]. Relates to #903 #5048. [1] https://github.com/netblue30/firejail/issues/903#issuecomment-946673346 [2] https://github.com/netblue30/firejail/discussions/5048#discussioncomment-2360034
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt11
1 files changed, 11 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.