aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-03-25 08:47:17 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-03-25 08:47:17 -0400
commite7d1fd9965b42ea8b17a38821140daeac1373d9a (patch)
treef9937355433349542f87ef92e6160eee1c8cc120 /src/man
parentfix netfilter problem (diff)
downloadfirejail-e7d1fd9965b42ea8b17a38821140daeac1373d9a.tar.gz
firejail-e7d1fd9965b42ea8b17a38821140daeac1373d9a.tar.zst
firejail-e7d1fd9965b42ea8b17a38821140daeac1373d9a.zip
added firecfg utility
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firecfg.txt70
-rw-r--r--src/man/firejail-config.txt1
-rw-r--r--src/man/firejail-login.txt1
-rw-r--r--src/man/firejail-profile.txt1
-rw-r--r--src/man/firejail.txt1
-rw-r--r--src/man/firemon.txt1
6 files changed, 75 insertions, 0 deletions
diff --git a/src/man/firecfg.txt b/src/man/firecfg.txt
new file mode 100644
index 000000000..7d95892a4
--- /dev/null
+++ b/src/man/firecfg.txt
@@ -0,0 +1,70 @@
1.TH FIREMON 1 "MONTH YEAR" "VERSION" "firecfg man page"
2.SH NAME
3Firecfg \- Desktop configuration program for Firejail software.
4.SH SYNOPSIS
5firecfg [OPTIONS]
6.SH DESCRIPTION
7Firecfg is the desktop configuration utility for Firejail software. The utility
8creates several symbolic links to firejail executable. This allows the user to
9sandbox applications automatically, just by clicking on a regular desktop
10menues and icons.
11
12The symbolic links are placed in /usr/local/bin. For more information, see
13DESKTOP INTEGRATION section in man 1 firejail.
14
15.SH OPTIONS
16.TP
17\fB\-\-clear
18Clear all firejail symbolic links
19.TP
20\fB\-?\fR, \fB\-\-help\fR
21Print options end exit.
22.TP
23\fB\-\-list
24List all firejail symbolic links
25.TP
26\fB\-\-version
27Print program version and exit.
28
29
30.PP
31Example:
32.br
33
34.br
35$ sudo firecfg
36.br
37/usr/local/bin/firefox created
38.br
39/usr/local/bin/vlc created
40.br
41[...]
42.br
43$ firecfg --list
44.br
45/usr/local/bin/firefox
46.br
47/usr/local/bin/vlc
48.br
49[...]
50.br
51$ sudo firecfg --clear
52.br
53/usr/local/bin/firefox removed
54.br
55/usr/local/bin/vlc removed
56.br
57[...]
58
59.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.
61.PP
62Homepage: http://firejail.wordpress.com
63.SH SEE ALSO
64\&\flfirejail\fR\|(1),
65\&\flfiremon\fR\|(1),
66\&\flfirejail-profile\fR\|(5),
67\&\flfirejail-login\fR\|(5)
68\&\flfirejail-config\fR\|(5)
69
70
diff --git a/src/man/firejail-config.txt b/src/man/firejail-config.txt
index 55c35181a..687aedf59 100644
--- a/src/man/firejail-config.txt
+++ b/src/man/firejail-config.txt
@@ -58,6 +58,7 @@ Homepage: http://firejail.wordpress.com
58.SH SEE ALSO 58.SH SEE ALSO
59\&\flfirejail\fR\|(1), 59\&\flfirejail\fR\|(1),
60\&\flfiremon\fR\|(1), 60\&\flfiremon\fR\|(1),
61\&\flfirecfg\fR\|(1),
61\&\flfirejail-profile\fR\|(5) 62\&\flfirejail-profile\fR\|(5)
62\&\flfirejail-login\fR\|(5) 63\&\flfirejail-login\fR\|(5)
63 64
diff --git a/src/man/firejail-login.txt b/src/man/firejail-login.txt
index 13d045ee4..2825ca4cf 100644
--- a/src/man/firejail-login.txt
+++ b/src/man/firejail-login.txt
@@ -32,6 +32,7 @@ Homepage: http://firejail.wordpress.com
32.SH SEE ALSO 32.SH SEE ALSO
33\&\flfirejail\fR\|(1), 33\&\flfirejail\fR\|(1),
34\&\flfiremon\fR\|(1), 34\&\flfiremon\fR\|(1),
35\&\flfirecfg\fR\|(1),
35\&\flfirejail-profile\fR\|(5) 36\&\flfirejail-profile\fR\|(5)
36\&\flfirejail-config\fR\|(5) 37\&\flfirejail-config\fR\|(5)
37 38
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 82a0d2503..b135ee615 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -351,6 +351,7 @@ Homepage: http://firejail.wordpress.com
351.SH SEE ALSO 351.SH SEE ALSO
352\&\flfirejail\fR\|(1), 352\&\flfirejail\fR\|(1),
353\&\flfiremon\fR\|(1), 353\&\flfiremon\fR\|(1),
354\&\flfirecfg\fR\|(1),
354\&\flfirejail-login\fR\|(5) 355\&\flfirejail-login\fR\|(5)
355\&\flfirejail-config\fR\|(5) 356\&\flfirejail-config\fR\|(5)
356 357
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 99a9429c7..806a68c3c 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1838,6 +1838,7 @@ This program is free software; you can redistribute it and/or modify it under th
1838Homepage: http://firejail.wordpress.com 1838Homepage: http://firejail.wordpress.com
1839.SH SEE ALSO 1839.SH SEE ALSO
1840\&\flfiremon\fR\|(1), 1840\&\flfiremon\fR\|(1),
1841\&\flfirecfg\fR\|(1),
1841\&\flfirejail-profile\fR\|(5), 1842\&\flfirejail-profile\fR\|(5),
1842\&\flfirejail-login\fR\|(5) 1843\&\flfirejail-login\fR\|(5)
1843\&\flfirejail-config\fR\|(5) 1844\&\flfirejail-config\fR\|(5)
diff --git a/src/man/firemon.txt b/src/man/firemon.txt
index 78a6dd5ea..906b5cd9a 100644
--- a/src/man/firemon.txt
+++ b/src/man/firemon.txt
@@ -105,6 +105,7 @@ This program is free software; you can redistribute it and/or modify it under th
105Homepage: http://firejail.wordpress.com 105Homepage: http://firejail.wordpress.com
106.SH SEE ALSO 106.SH SEE ALSO
107\&\flfirejail\fR\|(1), 107\&\flfirejail\fR\|(1),
108\&\flfirecfg\fR\|(1),
108\&\flfirejail-profile\fR\|(5), 109\&\flfirejail-profile\fR\|(5),
109\&\flfirejail-login\fR\|(5) 110\&\flfirejail-login\fR\|(5)
110\&\flfirejail-config\fR\|(5) 111\&\flfirejail-config\fR\|(5)