svn commit: r259436 - head/sys/kern

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Dec 15 23:14:28 UTC 2013


Author: pjd
Date: Sun Dec 15 23:14:27 2013
New Revision: 259436
URL: http://svnweb.freebsd.org/changeset/base/259436

Log:
  Allow for pselect(2) in capability mode.
  
  Noticed by:	David Drysdale <drysdale at google.com>

Modified:
  head/sys/kern/capabilities.conf

Modified: head/sys/kern/capabilities.conf
==============================================================================
--- head/sys/kern/capabilities.conf	Sun Dec 15 23:12:42 2013	(r259435)
+++ head/sys/kern/capabilities.conf	Sun Dec 15 23:14:27 2013	(r259436)
@@ -559,10 +559,11 @@ sctp_generic_sendmsg_iov
 sctp_peeloff
 
 ##
-## Allow select(2), which will be scoped by capability rights.
+## Allow pselect(2) and select(2), which will be scoped by capability rights.
 ##
 ## XXXRW: But is it?
 ##
+pselect
 select
 
 ##


More information about the svn-src-all mailing list