Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2013 23:14:27 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r259436 - head/sys/kern
Message-ID:  <201312152314.rBFNERxD035379@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 
 ##



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312152314.rBFNERxD035379>