From bb046d1a21058af9e2077d6b4f0418667862d46e Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 3 Sep 2005 15:42:28 +0000 Subject: Here we go --- ezjail.conf.sample | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 ezjail.conf.sample (limited to 'ezjail.conf.sample') diff --git a/ezjail.conf.sample b/ezjail.conf.sample new file mode 100755 index 0000000..837f500 --- /dev/null +++ b/ezjail.conf.sample @@ -0,0 +1,32 @@ +# ezjail.conf - Example file, see ezjail(x) +# +# Note: If you alter some of those variables AFTER creating your first +# jail, you may have to adapt /etc/fstab.* and ${PREFIX}/etc/ezjail/* by +# hand + +# Location of jail root directories +# +# Note: If you habe spread your jails to multiple locations, use softlinks +# to collect them in this directory +ezjail_jaildir=/usr/jails/ + +# Location of the tiny skeleton jail template +ezjail_jailtemplate=$ezjail_jaildir/newjail + +# Location of the huge base jail +ezjail_jailbase=$ezjail_jaildir/basejail + +# Location of your copy of FreeBSD's source tree +ezjail_sourcetree=/usr/src + +# Default options for newly created jails +# +# Note: Be VERY careful about disabling ezjail_mount_enable. Mounting +# basejail via nullfs depends on this. You will have to find other +# ways to provide your jail with essential system files +ezjail_mount_enable="YES" +ezjail_devfs_enable="YES" +ezjail_devfs_ruleset="devfsrules_jail" +ezjail_procfs_enable="YES" +ezjail_fdescfs_enable="YES" + -- cgit v1.2.3