aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-01-19 18:00:45 +0000
committerLibravatar GitHub <noreply@github.com>2024-01-19 18:00:45 +0000
commit39fbb6be8e0e5609917bbc65028db3993dde0435 (patch)
tree80f00414177663f2928cfbff5e6cfbc913ace448 /src/man
parentprofiles: add profiles for gtk youtube viewers symlinks (#6154) (diff)
parentfirecfg: use ignorelist also for .desktop files (diff)
downloadfirejail-39fbb6be8e0e5609917bbc65028db3993dde0435.tar.gz
firejail-39fbb6be8e0e5609917bbc65028db3993dde0435.tar.zst
firejail-39fbb6be8e0e5609917bbc65028db3993dde0435.zip
Merge pull request #6153 from kmk3/firecfg-ignorelist-extra
firecfg: use ignorelist also for .profile/.desktop files
Diffstat (limited to 'src/man')
-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.