mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Remove getdents from filters
It was only used by whitelistfs, which was removed in
bc81f3fe4a.
PiperOrigin-RevId: 212666374
Change-Id: Ia35e6dc9d68c1a3b015d5b5f71ea3e68e46c5bed
This commit is contained in:
@@ -98,9 +98,8 @@ var allowedSyscalls = seccomp.SyscallRules{
|
||||
seccomp.AllowValue(0),
|
||||
},
|
||||
},
|
||||
syscall.SYS_GETDENTS64: {},
|
||||
syscall.SYS_GETPID: {},
|
||||
unix.SYS_GETRANDOM: {},
|
||||
syscall.SYS_GETPID: {},
|
||||
unix.SYS_GETRANDOM: {},
|
||||
syscall.SYS_GETSOCKOPT: []seccomp.Rule{
|
||||
{
|
||||
seccomp.AllowAny{},
|
||||
|
||||
Reference in New Issue
Block a user