aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail-config.txt')
-rw-r--r--src/man/firejail-config.txt65
1 files changed, 65 insertions, 0 deletions
diff --git a/src/man/firejail-config.txt b/src/man/firejail-config.txt
new file mode 100644
index 000000000..55c35181a
--- /dev/null
+++ b/src/man/firejail-config.txt
@@ -0,0 +1,65 @@
1.TH FIREJAIL-CONFIG 5 "MONTH YEAR" "VERSION" "firejail.config man page"
2.SH NAME
3firejail.config \- Firejail run time configuration file
4
5.SH DESCRIPTION
6/etc/firejail/firejail.config is the system-wide configuration file for Firejail.
7It allows the system administrator to enable or disable a number of
8features and Linux kernel security technologies used by Firejail sandbox.
9The file contains keyword-argument pairs, one per line.
10Use 'yes' or 'no' as configuration values.
11
12Note that some of these features can also be enabled or disabled at compile
13time. Most features are enabled by default both at compile time and
14at run time.
15
16.TP
17\fBsecomp
18Enable or disable seccomp support, default enabled.
19
20.TP
21\fBchroot
22Enable or disable chroot support, default enabled.
23
24.TP
25\fBbind
26Enable or disable bind support, default enabled.
27
28.TP
29\fBnetwork
30Enable or disable networking features, default enabled.
31
32.TP
33\fBrestricted-network
34Enable or disable restricted network support, default disabled. If enabled,
35networking features should also be enabled (network yes).
36Restricted networking grants access to --interface and --net=ethXXX
37only to root user. Regular users are only allowed --net=none.
38
39.TP
40\fBuserns
41Enable or disable user namespace support, default enabled.
42
43.TP
44\fBx11
45Enable or disable X11 sandboxing support, default enabled.
46
47.TP
48\fBfile-transfer
49Enable or disable file transfer support, default enabled.
50
51.SH FILES
52/etc/firejail/firejail.config
53
54.SH LICENSE
55Firejail 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.
56.PP
57Homepage: http://firejail.wordpress.com
58.SH SEE ALSO
59\&\flfirejail\fR\|(1),
60\&\flfiremon\fR\|(1),
61\&\flfirejail-profile\fR\|(5)
62\&\flfirejail-login\fR\|(5)
63
64
65