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.txt81
1 files changed, 0 insertions, 81 deletions
diff --git a/src/man/firejail-config.txt b/src/man/firejail-config.txt
deleted file mode 100644
index fcf4109ee..000000000
--- a/src/man/firejail-config.txt
+++ /dev/null
@@ -1,81 +0,0 @@
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\fBbind
18Enable or disable bind support, default enabled.
19
20.TP
21\fBchroot
22Enable or disable chroot support, default enabled.
23
24.TP
25\fBfile-transfer
26Enable or disable file transfer 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\fBsecomp
41Enable or disable seccomp support, default enabled.
42
43.TP
44\fBuserns
45Enable or disable user namespace support, default enabled.
46
47.TP
48\fBx11
49Enable or disable X11 sandboxing support, default enabled.
50
51.TP
52\fBxephyr-screen
53Screen size for --x11=xephyr, default 800x600. Run /usr/bin/xrandr for
54a full list of resolutions available on your specific setup. Examples:
55.br
56
57.br
58xephyr-screen 640x480
59.br
60xephyr-screen 800x600
61.br
62xephyr-screen 1024x768
63.br
64xephyr-screen 1280x1024
65
66.SH FILES
67/etc/firejail/firejail.config
68
69.SH LICENSE
70Firejail 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.
71.PP
72Homepage: http://firejail.wordpress.com
73.SH SEE ALSO
74\&\flfirejail\fR\|(1),
75\&\flfiremon\fR\|(1),
76\&\flfirecfg\fR\|(1),
77\&\flfirejail-profile\fR\|(5)
78\&\flfirejail-login\fR\|(5)
79
80
81