sys_linux: allow getrandom in seccomp filter
This fixes commit c5735ebfe9
.
This commit is contained in:
parent
77fc5c42b9
commit
f734bd1a7c
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ SYS_Linux_EnableSystemCallFilter(int level)
|
|||
SCMP_SYS(poll), SCMP_SYS(read), SCMP_SYS(futex), SCMP_SYS(select),
|
||||
SCMP_SYS(set_robust_list), SCMP_SYS(write),
|
||||
/* Miscellaneous */
|
||||
SCMP_SYS(sysinfo), SCMP_SYS(uname),
|
||||
SCMP_SYS(getrandom), SCMP_SYS(sysinfo), SCMP_SYS(uname),
|
||||
};
|
||||
|
||||
const int socket_domains[] = {
|
||||
|
|
Loading…
Reference in a new issue