svn commit: r305514 - stable/11/sys/kern

Ed Maste emaste at FreeBSD.org
Wed Sep 7 02:53:40 UTC 2016


Author: emaste
Date: Wed Sep  7 02:53:38 2016
New Revision: 305514
URL: https://svnweb.freebsd.org/changeset/base/305514

Log:
  MFC r305140: Allow getdtablesize in capability mode

Modified:
  stable/11/sys/kern/capabilities.conf
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/kern/capabilities.conf
==============================================================================
--- stable/11/sys/kern/capabilities.conf	Wed Sep  7 02:45:09 2016	(r305513)
+++ stable/11/sys/kern/capabilities.conf	Wed Sep  7 02:53:38 2016	(r305514)
@@ -248,6 +248,7 @@ getdirentries
 ## Allow querying certain trivial global state.
 ##
 getdomainname
+getdtablesize
 
 ##
 ## Allow querying current process credential state.


More information about the svn-src-stable mailing list