sys_linux: allow sysinfo in seccomp filter
It may be used by glob() in latest glibc.
This commit is contained in:
parent
abb09418b1
commit
653d70ec4e
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(uname),
|
||||
SCMP_SYS(sysinfo), SCMP_SYS(uname),
|
||||
};
|
||||
|
||||
const int socket_domains[] = {
|
||||
|
|
Loading…
Reference in a new issue