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:
parent
9508f8c05c
commit
82560231d3
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user