aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-29 11:00:44 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-09-06 08:47:36 -0300
commit160ccd3d9e6fd3f5cfbc12905e4f3fac83f1664d (patch)
treec7b7538b6cd1488581d6545d634d3319e704c202 /src
parentMerge pull request #5347 from kmk3/revert-landlock (diff)
downloadfirejail-160ccd3d9e6fd3f5cfbc12905e4f3fac83f1664d.tar.gz
firejail-160ccd3d9e6fd3f5cfbc12905e4f3fac83f1664d.tar.zst
firejail-160ccd3d9e6fd3f5cfbc12905e4f3fac83f1664d.zip
docs: change /foo to /bar in symlink handling example
As suggested by @birdie-github[1]. This amends commit c78c2b4ec ("docs: note that blacklist/whitelist follow symlinks", 2022-08-28) / PR #5344. [1] https://github.com/netblue30/firejail/pull/5344#issuecomment-1229903967
Diffstat (limited to 'src')
-rw-r--r--src/man/firejail.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 1dd5508b3..3f85bd8bf 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -193,7 +193,7 @@ Blacklist directory or file. File globbing is supported, see \fBFILE GLOBBING\fR
193.br 193.br
194Symbolic link handling: Blacklisting a path that is a symbolic link will also 194Symbolic link handling: Blacklisting a path that is a symbolic link will also
195blacklist the path that it points to. 195blacklist the path that it points to.
196For example, if ~/foo is blacklisted and it points to /foo, then /foo will also 196For example, if ~/foo is blacklisted and it points to /bar, then /bar will also
197be blacklisted. 197be blacklisted.
198.br 198.br
199 199