summaryrefslogtreecommitdiff
path: root/man5/ezjail.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/ezjail.5')
-rwxr-xr-xman5/ezjail.524
1 files changed, 21 insertions, 3 deletions
diff --git a/man5/ezjail.5 b/man5/ezjail.5
index 802ea41..15fbc58 100755
--- a/man5/ezjail.5
+++ b/man5/ezjail.5
@@ -8,14 +8,32 @@ The ezjail framework provides a simple way to create many virtual FreeBSD
8servers by using FreeBSD's jail system. It requires little administration 8servers by using FreeBSD's jail system. It requires little administration
9effort and aims for minimum system resource usage. 9effort and aims for minimum system resource usage.
10 10
11If you are not familiar with the FreeBSD jail concept, refer to jail(8). 11If you are not familiar with the FreeBSD jail concept, please refer to
12jail(8) before continuing.
12.SH OVERVIEW 13.SH OVERVIEW
13One 14One
14.I base jail 15.I base jail
15is filled with most userland binaries and libraries and then mounted 16is filled with most userland binaries and libraries and then mounted
16readonly into a number of stripped down jails via 17read only into a number of stripped down jails via
17.B mount_nullfs(8) 18.B mount_nullfs(8)
18, thus saving lots of inodes and memory resources. 19- thus saving lots of inodes and memory resources.
20
21The ezjail rc script examines its config directory, sets variables
22.I jail_list
23and the corresponding config variables for each jail before passing all
24commands on to the
25.B /etc/rc.d/jail
26script.
27.B ezjail
28sets the
29.I jail_enable
30variable to the content of
31.I ezjail_enable
32before calling
33.B /etc/rc.d/jail,
34so it is not necessary to enable jails in the
35.B /etc/rc.conf
36config file.
19.SH FILES 37.SH FILES
20/usr/local/etc/ezjail.conf 38/usr/local/etc/ezjail.conf
21.br 39.br