]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Linux: allow pselect(2) to work in SECCOMP
authorRoy Marples <roy@marples.name>
Sun, 31 Jan 2021 21:07:43 +0000 (21:07 +0000)
committerRoy Marples <roy@marples.name>
Sun, 31 Jan 2021 21:07:43 +0000 (21:07 +0000)
commit1c6c0860c5b7a46ae11d4582b8eab65214d3ff9b
tree5a3113f62dc881a4d97c88f562220890a1ce59e6
parente3a40586dbb584774d0a17bc277e69cb500cfa38
Linux: allow pselect(2) to work in SECCOMP

The default is ppoll(2), but we still allow epoll(7) so
allowing pselect(2) makes perfect sense and allows the user
to pick the polling mechanism they want.
src/privsep-linux.c