1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 02:21:44 +03:00

malloc() uses getrandom now

glibc master uses getrandom in malloc since https://sourceware.org/git/?p=glibc.git;a=commit;h=fc859c304898a5ec72e0ba5269ed136ed0ea10e1  ,  getrandom should be in the default set so to avoid all non trivial programs to fallback to a PRNG.
This commit is contained in:
Cristian Rodríguez 2021-07-09 17:19:05 -04:00 committed by Zbigniew Jędrzejewski-Szmek
parent 878e32b614
commit 14f4b1b568

View File

@ -310,6 +310,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
"getpgrp\0" "getpgrp\0"
"getpid\0" "getpid\0"
"getppid\0" "getppid\0"
"getrandom\0"
"getresgid\0" "getresgid\0"
"getresgid32\0" "getresgid32\0"
"getresuid\0" "getresuid\0"