From: Antonio Huete Jimenez Date: Fri, 29 Jul 2011 20:09:38 +0000 (+0200) Subject: defaults/rc.conf - Add jail_devfs_enable as a known option. X-Git-Tag: v2.12.0~266 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/007ff2f821792f5ed87e1550e356a02519fba85f defaults/rc.conf - Add jail_devfs_enable as a known option. --- diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 8b95aac9a4..f79925fe91 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -428,6 +428,7 @@ jail_sysvipc_allow="NO" # Allow SystemV IPC use from within a jail #jail_example_exec_stop="/bin/sh /etc/rc.shutdown" # command to execute in jail for stopping #jail_example_fdesc_enable="NO" # mount fdesc in the jail #jail_example_procfs_enable="NO" # mount procfs in jail +#jail_example_devfs_enable="NO" # mount devfs in jail #jail_example_mount_enable="NO" # mount/umount jail's fs #jail_example_fstab="" # fstab(5) for mount/umount #jail_example_flags="-l -U root" # flags for jail(8)