allow getrandom syscall; from Felix von Leitner
This commit is contained in:
parent
5245bc1e6b
commit
26ad182472
|
@ -147,6 +147,9 @@ static const struct sock_filter preauth_insns[] = {
|
||||||
#ifdef __NR_getpid
|
#ifdef __NR_getpid
|
||||||
SC_ALLOW(getpid),
|
SC_ALLOW(getpid),
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef __NR_getrandom
|
||||||
|
SC_ALLOW(getrandom),
|
||||||
|
#endif
|
||||||
#ifdef __NR_gettimeofday
|
#ifdef __NR_gettimeofday
|
||||||
SC_ALLOW(gettimeofday),
|
SC_ALLOW(gettimeofday),
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue