summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2005-06-26 16:30:20 +0000
committerpjd <pjd@FreeBSD.org>2005-06-26 16:30:20 +0000
commit573c1a10201fed9f95880691f90de7ade6ee0d48 (patch)
treeb27a9c9a845a5b737556a2e08ba9e22f28213a94 /etc/defaults
parent77c5d7a36d189d1c4f1b1d55847443a0cc46a001 (diff)
downloadFreeBSD-src-573c1a10201fed9f95880691f90de7ade6ee0d48.zip
FreeBSD-src-573c1a10201fed9f95880691f90de7ade6ee0d48.tar.gz
Introduce new per-jail variable jail_<name>_flags, which allows to specify
jail(8) flags (before the change we had hardcoded "-l -U root"). Submitted by: Frank Behrens <frank@pinky.sax.de> PR: conf/80244 Approved by: re (scottl) MFC after: 1 week
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index c794fdd..38d5557 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -515,6 +515,7 @@ jail_sysvipc_allow="NO" # Allow SystemV IPC use from within a jail
#jail_example_mount_enable="NO" # mount/umount jail's fs
#jail_example_devfs_ruleset="ruleset_name" # devfs ruleset to apply to jail
#jail_example_fstab="" # fstab(5) for mount/umount
+#jail_example_flags="-l -U root" # flags for jail(8)
##############################################################
### Define source_rc_confs, the mechanism used by /etc/rc.* ##
OpenPOWER on IntegriCloud