cvs commit: src/etc/rc.d jail src/share/man/man5 rc.conf.5
Florent Thoumie
flz at FreeBSD.org
Sat Apr 8 12:15:45 UTC 2006
flz 2006-04-08 12:15:36 UTC
FreeBSD src repository
Modified files:
etc/rc.d jail
share/man/man5 rc.conf.5
Log:
- Add following global jail options, used if no jail-specific options are
set:
* jail_mount_enable
* jail_devfs_ruleset
* jail_devfs_enable
* jail_fdescfs_enable
* jail_procfs_enable
* jail_fstab
* jail_flags
- Add a jail_interface / jail_<jid>_interface option. An ip alias will be
created (jail_<jid>_ip) on jail_interface or jail_<jid>_interface if set.
This is not a mandatory option.
- Document all missing jail_* options in rc.conf(5).
Approved by: cperciva (mentor)
MFC after: 2 weeks
Revision Changes Path
1.27 +17 -9 src/etc/rc.d/jail
1.290 +177 -6 src/share/man/man5/rc.conf.5
More information about the cvs-src
mailing list