svn commit: r294531 - head/sys/sys

Kirk McKusick mckusick at FreeBSD.org
Thu Jan 21 20:52:21 UTC 2016


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.
  */
 
 /*


More information about the svn-src-head mailing list