aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firecfg.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firecfg.txt')
-rw-r--r--src/man/firecfg.txt20
1 files changed, 17 insertions, 3 deletions
diff --git a/src/man/firecfg.txt b/src/man/firecfg.txt
index decc1af73..b9d336c4c 100644
--- a/src/man/firecfg.txt
+++ b/src/man/firecfg.txt
@@ -10,19 +10,25 @@ sandbox applications automatically, just by clicking on a regular desktop
10menus and icons. 10menus and icons.
11 11
12The symbolic links are placed in /usr/local/bin. For more information, see 12The symbolic links are placed in /usr/local/bin. For more information, see
13DESKTOP INTEGRATION section in man 1 firejail. 13\fBDESKTOP INTEGRATION\fR section in \fBman 1 firejail\fR.
14 14
15.SH OPTIONS 15.SH OPTIONS
16.TP 16.TP
17\fB\-\-clean 17\fB\-\-clean
18Remove all firejail symbolic links. 18Remove all firejail symbolic links.
19.TP 19.TP
20\fB\-\-debug
21Print debug messages.
22.TP
20\fB\-?\fR, \fB\-\-help\fR 23\fB\-?\fR, \fB\-\-help\fR
21Print options end exit. 24Print options end exit.
22.TP 25.TP
23\fB\-\-list 26\fB\-\-list
24List all firejail symbolic links 27List all firejail symbolic links
25.TP 28.TP
29\fB\-\-fix
30Fix .desktop files. Some .desktop files use full path to executable. Firecfg will check .desktop files in /usr/share/applications/, replace full path by name if it is in PATH, and write result to $HOME/.local/share/applications/.
31.TP
26\fB\-\-version 32\fB\-\-version
27Print program version and exit. 33Print program version and exit.
28 34
@@ -48,13 +54,22 @@ $ firecfg --list
48.br 54.br
49[...] 55[...]
50.br 56.br
51$ sudo firecfg --clear 57$ sudo firecfg --clean
52.br 58.br
53/usr/local/bin/firefox removed 59/usr/local/bin/firefox removed
54.br 60.br
55/usr/local/bin/vlc removed 61/usr/local/bin/vlc removed
56.br 62.br
57[...] 63[...]
64.br
65$ firecfg --fix
66.br
67/home/user/.local/share/applications/chromium.desktop created
68.br
69/home/user/.local/share/applications/vlc.desktop created
70.br
71[...]
72
58 73
59.SH LICENSE 74.SH LICENSE
60This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. 75This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
@@ -65,6 +80,5 @@ Homepage: http://firejail.wordpress.com
65\&\flfiremon\fR\|(1), 80\&\flfiremon\fR\|(1),
66\&\flfirejail-profile\fR\|(5), 81\&\flfirejail-profile\fR\|(5),
67\&\flfirejail-login\fR\|(5) 82\&\flfirejail-login\fR\|(5)
68\&\flfirejail-config\fR\|(5)
69 83
70 84