aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.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.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.txt')
-rw-r--r--src/man/firejail.txt11
1 files changed, 11 insertions, 0 deletions
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