capsicum: allow ppoll(2) in capability mode

We already allow to use poll(2). There is no reason to disallow ppoll(2).

PR:		232495
Submitted by:	Stefan Grundmann <sg2342@googlemail.com>
Reviewed by:	cem, oshogbo
MFC after:	2 weeks
This commit is contained in:
Mariusz Zaborski 2018-11-04 17:12:53 +00:00
parent 9508f8c05c
commit 82560231d3

View File

@ -486,9 +486,9 @@ pipe2
##
## Allow poll(2), which will be scoped by capability rights.
## XXXRW: We don't yet do that scoping.
##
poll
ppoll
##
## Allow I/O-related file descriptors, subject to capability rights.