summaryrefslogtreecommitdiff
path: root/man5
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2005-09-05 02:49:33 +0000
committererdgeist <erdgeist@erdgeist.org>2005-09-05 02:49:33 +0000
commit87e7aeab5b36101b18ef3aa485cc3f79fcf9b3d4 (patch)
treedcc70c87fe799c6a5f87ba4c2e65801610f1c246 /man5
parent1066932e423aec6a44b05fb143cbf949e5220e74 (diff)
documentation
Diffstat (limited to 'man5')
-rwxr-xr-xman5/ezjail.conf.596
1 files changed, 96 insertions, 0 deletions
diff --git a/man5/ezjail.conf.5 b/man5/ezjail.conf.5
new file mode 100755
index 0000000..8f6cf39
--- /dev/null
+++ b/man5/ezjail.conf.5
@@ -0,0 +1,96 @@
1.TH ezjail.conf 5
2.SH NAME
3ezjail.conf \- configuration file for ezjail script
4.SH DESCRIPTION
5The file
6.B ezjail.conf
7contains setting that control the operation of the ezjail rc script. It is
8also read by the
9.B ezjail-admin
10utility to figure out where it should perform its actions.
11.SH PATH OPTIONS
12.TP
13.B ezjail_jaildir (str)
14Location of jail root directories
15.br
16.I default: /usr/jails
17.TP
18.B ezjail_jailtemplate (str)
19Location of template jail used to create a new jail
20.br
21.I default: /usr/jails/newjail
22.TP
23.B ezjail_jailbase (str)
24Location of base jail, the one that is mounted to all jails
25.br
26.I default: /usr/jails/basejail
27.TP
28.B ezjail_sourcetree (str)
29Location of your copy of FreeBSD's source tree (refer to the
30.B ezjail-admin(1)
31utility for more information)
32.br
33.I default: /usr/src
34.SH JAIL CREATION OPTIONS
35Default options for newly created jails. Used by the
36.B ezjail-admin(1)
37utility. Be careful about disabling ezjail_mount_enable. (Refer to
38.B ezjail-admin(1)
39for more information).
40.TP
41.B ezjail_mount_enable (bool)
42Controls, wheter /etc/fstab.JAILNAME should be executed at jail startup
43time.
44.br
45.I default: "YES"
46.TP
47.B ezjail_devfs_enable (bool)
48Controls, wheter newly created jails will be given a working
49.I /dev
50directory. (Refer to
51.B devfs(5)
52and
53.B jail(8)
54for more information).
55.br
56.I default: "YES"
57.TP
58.B ezjail_devfs_ruleset (str)
59Specifies, which devfs ruleset should apply for newly created jails.
60(Refer to
61.B devfs(5)
62and
63.N jail(8)
64for more information).
65.br
66.I default: "devfsrules_jail"
67.TP
68.B ezjail_procfs_enable (bool)
69Controls, wheter newly created jails will be given a working
70.I /proc
71directory. (Refer to
72.B procfs(5)
73and
74.B jail(8)
75for more information).
76.br
77.I default: "YES"
78.TP
79.B ezjail_fdescfs_enable (bool)
80Controls, wheter newly created jails will be given a working
81.I /dev/fd/
82directory. (Refer to
83.B fdescfs(5)
84and
85.B jail(8)
86for more information).
87.br
88.I default: "YES"
89.SH FILES
90.TP
91/usr/local/etc/ezjail.conf
92/usr/local/etc/rc.d/ezjail
93.SH "SEE ALSO"
94ezjail-admin(1), ezjail(5), jail(8), devfs(5), fdescfs(5), procfs(5)
95.SH AUTHOR
96Dirk Engling <erdgeist@erdgeist.org>