aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-28 19:23:24 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-28 19:46:14 -0300
commit8e04409614303a4d12d98256dd6bddfb5a71ea73 (patch)
tree56b0e8b2aface0147e9d8f22b6d7e0b99cbe66f4 /src
parenttuir.profile creation (#5330) (diff)
downloadfirejail-8e04409614303a4d12d98256dd6bddfb5a71ea73.tar.gz
firejail-8e04409614303a4d12d98256dd6bddfb5a71ea73.tar.zst
firejail-8e04409614303a4d12d98256dd6bddfb5a71ea73.zip
docs: clarify symlink handling description in --whitelist
Format it and improve the grammar and explanation.
Diffstat (limited to 'src')
-rw-r--r--src/man/firejail.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 2d8adb0b7..00393c434 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -2922,8 +2922,10 @@ all directories in /usr.
2922.br 2922.br
2923 2923
2924.br 2924.br
2925Symbolic link handling: with the exception of user home, both the link and the real file should be in 2925Symbolic link handling: With the exception of the user home directory, both the
2926the same top directory. For user home, both the link and the real file should be owned by the user. 2926link and the real file should be in the same top directory.
2927For symbolic links in the user home directory, both the link and the real file
2928should be owned by the user.
2927.br 2929.br
2928 2930
2929.br 2931.br