aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-03-24 08:26:06 -0400
committerLibravatar GitHub <noreply@github.com>2022-03-24 08:26:06 -0400
commita7cdb1fcee4a7aa0bdd3efb255f98e1229fedb41 (patch)
tree15e4ee85f57970e672b1226b49bd7f386a1eb57e /src/man
parentMerge pull request #5043 from kmk3/docs-protocol-acc (diff)
parentdocs: mention inconsistent homedir bug involving --private=dir (diff)
downloadfirejail-a7cdb1fcee4a7aa0bdd3efb255f98e1229fedb41.tar.gz
firejail-a7cdb1fcee4a7aa0bdd3efb255f98e1229fedb41.tar.zst
firejail-a7cdb1fcee4a7aa0bdd3efb255f98e1229fedb41.zip
Merge pull request #5052 from kmk3/docs-private-bug
docs: mention inconsistent homedir bug involving --private=dir
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt12
-rw-r--r--src/man/firejail.txt11
2 files changed, 23 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.
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 1d028b8ac..41171a4e7 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