aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firecfg.1.in
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-01-08 10:05:43 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-01-11 09:12:46 -0300
commita9c851ee486bbc0c071187c7869c480c893c67a4 (patch)
tree0a44ba64969b49597f67fc8d1aff5d4fdd5ce4e9 /src/man/firecfg.1.in
parentfirecfg: use filename var earlier (diff)
downloadfirejail-a9c851ee486bbc0c071187c7869c480c893c67a4.tar.gz
firejail-a9c851ee486bbc0c071187c7869c480c893c67a4.tar.zst
firejail-a9c851ee486bbc0c071187c7869c480c893c67a4.zip
firecfg: use ignorelist also for .desktop files
Closes #5245. Relates to #5876.
Diffstat (limited to 'src/man/firecfg.1.in')
-rw-r--r--src/man/firecfg.1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/firecfg.1.in b/src/man/firecfg.1.in
index e43a573de..79802156c 100644
--- a/src/man/firecfg.1.in
+++ b/src/man/firecfg.1.in
@@ -168,7 +168,7 @@ Configuration file syntax:
168A line that starts with \fB#\fR is considered a comment. 168A line that starts with \fB#\fR is considered a comment.
169.br 169.br
170A line that starts with \fB!PROGRAM\fR means to ignore "PROGRAM" when creating 170A line that starts with \fB!PROGRAM\fR means to ignore "PROGRAM" when creating
171symlinks. 171symlinks and fixing .desktop files.
172.br 172.br
173A line that starts with anything else is considered to be the name of an 173A line that starts with anything else is considered to be the name of an
174executable and firecfg will attempt to create a symlink for it. 174executable and firecfg will attempt to create a symlink for it.