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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294531

View File

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