Author: mckusick
Date: Thu Jan 21 20:52:20 2016
New Revision: 294531
URL: https://svnweb.freebsd.org/changeset/base/294531

Log:
  Update comment to note the function, prison_priv_check(), that needs to
  be updated in kern_jail.c when a new priviledge is added.

Modified:
  head/sys/sys/priv.h

Modified: head/sys/sys/priv.h
==============================================================================
--- head/sys/sys/priv.h Thu Jan 21 20:44:21 2016        (r294530)
+++ head/sys/sys/priv.h Thu Jan 21 20:52:20 2016        (r294531)
@@ -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.
  */
 
 /*
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to