mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add openat() to list of permitted syscalls in gotsan runs.
PiperOrigin-RevId: 333853498
This commit is contained in:
committed by
gVisor bot
parent
d79cf4808d
commit
ebc81fadfc
@@ -35,6 +35,7 @@ func instrumentationFilters() seccomp.SyscallRules {
|
||||
syscall.SYS_MUNLOCK: {},
|
||||
syscall.SYS_NANOSLEEP: {},
|
||||
syscall.SYS_OPEN: {},
|
||||
syscall.SYS_OPENAT: {},
|
||||
syscall.SYS_SET_ROBUST_LIST: {},
|
||||
// Used within glibc's malloc.
|
||||
syscall.SYS_TIME: {},
|
||||
|
||||
Reference in New Issue
Block a user