Actually, I suspect the change was made intentionally. security.jail.list is obsoleted by jail_get(2), which can show jail parameters that the struct xprison doesn't include. So using either jail_get(2) or jailparam_get(3) programatically, or jls from the command line is a better solution than security.jail.list.
For similar reasons, I removed mention of such MIBs as security.jail.mount_allowed, which while they still exist serve only to (incompletely) duplication the function of certain jail parameters. - Jamie On 06/23/10 09:07, Anton Yuzhaninov wrote:
After this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=96807 security.jail.list sysctl description was added to jail(8). but in this commit: http://svn.freebsd.org/changeset/base/192896 this text was deleted (probably accidentally). Please return security.jail.list description to jail(8) man page.
_______________________________________________ freebsd-jail@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-jail To unsubscribe, send any mail to "freebsd-jail-unsubscr...@freebsd.org"