sys_linux: allow readlinkat in seccomp filter
This commit is contained in:
parent
7d3798d7cd
commit
adebb027be
1 changed files with 1 additions and 0 deletions
|
@ -537,6 +537,7 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_SystemCallContext context)
|
|||
SCMP_SYS(lstat64),
|
||||
SCMP_SYS(newfstatat),
|
||||
SCMP_SYS(readlink),
|
||||
SCMP_SYS(readlinkat),
|
||||
SCMP_SYS(rename),
|
||||
SCMP_SYS(renameat),
|
||||
SCMP_SYS(renameat2),
|
||||
|
|
Loading…
Reference in a new issue