We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2821dfe commit 6144751Copy full SHA for 6144751
runsc/boot/filter/extra_filters_race.go
@@ -34,5 +34,7 @@ func instrumentationFilters() seccomp.SyscallRules {
34
syscall.SYS_NANOSLEEP: {},
35
syscall.SYS_OPEN: {},
36
syscall.SYS_SET_ROBUST_LIST: {},
37
+ // Used within glibc's malloc.
38
+ syscall.SYS_TIME: {},
39
}
40
0 commit comments