Author: emaste Date: Wed Sep 7 04:06:25 2016 New Revision: 305518 URL: https://svnweb.freebsd.org/changeset/base/305518
Log: MFC r305140: Allow getdtablesize in capability mode Modified: stable/10/sys/kern/capabilities.conf Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/kern/capabilities.conf ============================================================================== --- stable/10/sys/kern/capabilities.conf Wed Sep 7 03:26:55 2016 (r305517) +++ stable/10/sys/kern/capabilities.conf Wed Sep 7 04:06:25 2016 (r305518) @@ -250,6 +250,7 @@ getdirentries ## Allow querying certain trivial global state. ## getdomainname +getdtablesize ## ## Allow querying current process credential state. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "[email protected]"
