summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2003-04-16 16:29:51 +0000
committermtm <mtm@FreeBSD.org>2003-04-16 16:29:51 +0000
commit875fc4643febf857eb0d876ae3aa0c3a103be665 (patch)
tree3152805b912b89b8022d15ac392064ca5767b7a5 /etc/defaults
parent21aff7c292c400d52f1b1a98e0fd6d056e7e5924 (diff)
downloadFreeBSD-src-875fc4643febf857eb0d876ae3aa0c3a103be665.zip
FreeBSD-src-875fc4643febf857eb0d876ae3aa0c3a103be665.tar.gz
Add new knobs for controlling jails in rc.d and document them.
Approved by: makrm (mentor)
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 651b0de..36ace89 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -426,6 +426,11 @@ harvest_interrupt="YES" # Entropy device harvests interrupt randomness
harvest_ethernet="YES" # Entropy device harvests ethernet randomness
harvest_p_to_p="YES" # Entropy device harvests point-to-point randomness
dmesg_enable="YES" # Save dmesg(8) to /var/run/dmesg.boot
+jail_enable="NO" # Set to NO to disable starting of any jails
+jail_list="" # Space separated list of names of jails
+jail_set_hostname_allow="YES" # Allow root user in a jail to change its hostname
+jail_socket_unixiproute_only="YES" # Route only TCP/IP within a jail
+jail_sysvipc_allow="NO" # Allow SystemV IPC use from within a jail
##############################################################
### Define source_rc_confs, the mechanism used by /etc/rc.* ##
OpenPOWER on IntegriCloud