svn commit: r305611 - head/sys/kern

Ed Maste emaste at FreeBSD.org
Thu Sep 8 14:04:05 UTC 2016


Author: emaste
Date: Thu Sep  8 14:04:04 2016
New Revision: 305611
URL: https://svnweb.freebsd.org/changeset/base/305611

Log:
  Update capabilities.conf comment
  
  getdtablesize is per-process state, not global state

Modified:
  head/sys/kern/capabilities.conf

Modified: head/sys/kern/capabilities.conf
==============================================================================
--- head/sys/kern/capabilities.conf	Thu Sep  8 13:33:33 2016	(r305610)
+++ head/sys/kern/capabilities.conf	Thu Sep  8 14:04:04 2016	(r305611)
@@ -248,6 +248,10 @@ getdirentries
 ## Allow querying certain trivial global state.
 ##
 getdomainname
+
+##
+## Allow querying certain per-process resource limit state.
+##
 getdtablesize
 
 ##


More information about the svn-src-head mailing list