Skip to content

Commit bc94ead

Browse files
committed
Add ppoll to list of allowed syscalls
1 parent 507849f commit bc94ead

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pledge_seccomp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ wob_pledge(void)
2424
SCMP_SYS(fstat),
2525
SCMP_SYS(gettimeofday),
2626
SCMP_SYS(poll),
27+
SCMP_SYS(ppoll),
2728
SCMP_SYS(read),
2829
SCMP_SYS(readv),
2930
SCMP_SYS(recvmsg),

0 commit comments

Comments
 (0)