aboutsummaryrefslogtreecommitdiffstats
path: root/src/firecfg/firecfg.h
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-16 11:57:08 +0000
committerLibravatar GitHub <noreply@github.com>2023-07-16 11:57:08 +0000
commit2ebb09e346544785d1b4e27d7b779a2a7476ca3e (patch)
tree9871d689a1aa76836e8cb99ad69f845ed92a8680 /src/firecfg/firecfg.h
parentbleachbit.profile: allow erasing Trash contents (diff)
parentfeature: add doas support in firecfg and jailcheck (diff)
downloadfirejail-2ebb09e346544785d1b4e27d7b779a2a7476ca3e.tar.gz
firejail-2ebb09e346544785d1b4e27d7b779a2a7476ca3e.tar.zst
firejail-2ebb09e346544785d1b4e27d7b779a2a7476ca3e.zip
Merge pull request #5900 from kmk3/firecfg-support-doas
feature: add doas support in firecfg and jailcheck
Diffstat (limited to 'src/firecfg/firecfg.h')
-rw-r--r--src/firecfg/firecfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firecfg/firecfg.h b/src/firecfg/firecfg.h
index 825bf8d03..8f74a1198 100644
--- a/src/firecfg/firecfg.h
+++ b/src/firecfg/firecfg.h
@@ -49,6 +49,6 @@ int is_link(const char *fname);
49void sound(void); 49void sound(void);
50 50
51// desktop_files.c 51// desktop_files.c
52void fix_desktop_files(char *homedir); 52void fix_desktop_files(const char *homedir);
53 53
54#endif 54#endif