diff options
Diffstat (limited to 'pkg/host/syscalls_linux_test.go')
| -rw-r--r-- | pkg/host/syscalls_linux_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/host/syscalls_linux_test.go b/pkg/host/syscalls_linux_test.go index 97f11c25f..375a640ea 100644 --- a/pkg/host/syscalls_linux_test.go +++ b/pkg/host/syscalls_linux_test.go @@ -27,11 +27,9 @@ func TestSupportedSyscalls(t *testing.T) { "memfd_create", "sendfile", "bpf$MAP_CREATE", - "open", "openat", "read", "write", - "stat", } enabled := make(map[*prog.Syscall]bool) for _, name := range safe { |
