Add openat() to list of permitted syscalls in gotsan runs.

PiperOrigin-RevId: 333853498
This commit is contained in:
Bhasker Hariharan
2020-09-25 19:36:01 -07:00
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: {},