Skip to content

Commit

Permalink
Add ppoll to list of allowed syscalls
Browse files Browse the repository at this point in the history
  • Loading branch information
francma committed Aug 18, 2020
1 parent 507849f commit bc94ead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pledge_seccomp.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ wob_pledge(void)
SCMP_SYS(fstat),
SCMP_SYS(gettimeofday),
SCMP_SYS(poll),
SCMP_SYS(ppoll),
SCMP_SYS(read),
SCMP_SYS(readv),
SCMP_SYS(recvmsg),
Expand Down

0 comments on commit bc94ead

Please sign in to comment.