Update comment to note the function, prison_priv_check(), that needs to

be updated in kern_jail.c when a new priviledge is added.
This commit is contained in:
Kirk McKusick 2016-01-21 20:52:20 +00:00
parent 7c5f267651
commit 0815129dfe

View File

@ -45,8 +45,9 @@
* loadable kernel module ABI, and should not be changed across minor * loadable kernel module ABI, and should not be changed across minor
* releases. * releases.
* *
* When adding a new privilege, remember to determine if it's appropriate for * When adding a new privilege, remember to determine if it's appropriate
* use in jail, and update the privilege switch in kern_jail.c as necessary. * for use in jail, and update the privilege switch in prison_priv_check()
* in kern_jail.c as necessary.
*/ */
/* /*