]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
linux: Allow the __NR_rt_sigprocmask syscall
authorScott Shambarger <devel@shambarger.net>
Sat, 7 Dec 2024 16:37:28 +0000 (16:37 +0000)
committerRoy Marples <roy@marples.name>
Sat, 7 Dec 2024 16:37:28 +0000 (16:37 +0000)
commite9e40400003db2e4f12dba85acabbaf2212a520f
tree6b059ca30a08efbd51f09954155a44ebb37dda61
parent75289ca54211481d21b0c915db98dd733b30794f
linux: Allow the __NR_rt_sigprocmask syscall

Fixes recent glibc changes to getrandom() used by arc4random().
Fixes #421.
src/privsep-linux.c