sys_linux: allow getuid32 in seccomp filter
This was triggered on x86 in an NTS test.
This commit is contained in:
parent
fc99317291
commit
9cdfc15e31
1 changed files with 1 additions and 0 deletions
|
@ -508,6 +508,7 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context)
|
|||
SCMP_SYS(getpid),
|
||||
SCMP_SYS(getrlimit),
|
||||
SCMP_SYS(getuid),
|
||||
SCMP_SYS(getuid32),
|
||||
SCMP_SYS(rt_sigaction),
|
||||
SCMP_SYS(rt_sigreturn),
|
||||
SCMP_SYS(rt_sigprocmask),
|
||||
|
|
Loading…
Reference in a new issue