2005-10-14 16:22:05 +00:00
|
|
|
# ezjail.conf - Example file, see ezjail.conf(5)
|
2005-09-03 15:42:28 +00:00
|
|
|
#
|
|
|
|
# Note: If you alter some of those variables AFTER creating your first
|
2005-10-14 16:22:05 +00:00
|
|
|
# jail, you may have to adapt /etc/fstab.* and EZJAIL_PREFIX/etc/ezjail/* by
|
2005-09-03 15:42:28 +00:00
|
|
|
# hand
|
|
|
|
|
|
|
|
# Location of jail root directories
|
|
|
|
#
|
2005-09-20 21:52:34 +00:00
|
|
|
# Note: If you have spread your jails to multiple locations, use softlinks
|
2005-09-03 15:42:28 +00:00
|
|
|
# to collect them in this directory
|
2006-01-16 05:07:14 +00:00
|
|
|
# ezjail_jaildir=/usr/jails
|
2005-09-03 15:42:28 +00:00
|
|
|
|
|
|
|
# Location of the tiny skeleton jail template
|
2006-04-10 13:27:15 +00:00
|
|
|
# ezjail_jailtemplate=${ezjail_jaildir}/newjail
|
2005-09-03 15:42:28 +00:00
|
|
|
|
|
|
|
# Location of the huge base jail
|
2006-04-10 13:27:15 +00:00
|
|
|
# ezjail_jailbase=${ezjail_jaildir}/basejail
|
2005-09-03 15:42:28 +00:00
|
|
|
|
|
|
|
# Location of your copy of FreeBSD's source tree
|
2006-01-16 05:07:14 +00:00
|
|
|
# ezjail_sourcetree=/usr/src
|
|
|
|
|
|
|
|
# In case you want to provide a copy of ports tree in base jail, set this to
|
|
|
|
# a cvsroot near you
|
|
|
|
# ezjail_portscvsroot=:pserver:anoncvs@anoncvs.at.FreeBSD.org:/home/ncvs
|
2005-09-03 15:42:28 +00:00
|
|
|
|
2006-05-22 00:20:47 +00:00
|
|
|
# This is where the install sub command defaults to fetch its packages from
|
|
|
|
# ezjail_ftphost=ftp.freebsd.org
|
|
|
|
|
2006-04-10 13:27:15 +00:00
|
|
|
# base jail will provide a soft link from /usr/bin/perl to /usr/local/bin/perl
|
|
|
|
# to accomodate all scripts using '#!/usr/bin/perl'...
|
|
|
|
# ezjail_uglyperlhack="YES"
|
|
|
|
|
2005-09-03 15:42:28 +00:00
|
|
|
# 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
|
2006-01-16 05:07:14 +00:00
|
|
|
# ezjail_mount_enable="YES"
|
|
|
|
# ezjail_devfs_enable="YES"
|
|
|
|
# ezjail_devfs_ruleset="devfsrules_jail"
|
|
|
|
# ezjail_procfs_enable="YES"
|
|
|
|
# ezjail_fdescfs_enable="YES"
|