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 ## _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
