diff --git a/src/runtime/virtcontainers/clh.go b/src/runtime/virtcontainers/clh.go index 50479880a6..8bf55ec03f 100644 --- a/src/runtime/virtcontainers/clh.go +++ b/src/runtime/virtcontainers/clh.go @@ -947,11 +947,6 @@ func (clh *cloudHypervisor) launchClh() (int, error) { args = append(args, "-v") } - // Disable the 'seccomp' option in clh for now. - // In this way, we can separate the periodic failures caused - // by incomplete `seccomp` filters from other failures. - // We will bring it back after completing the `seccomp` filter. - args = append(args, "--seccomp", "false") clh.Logger().WithField("path", clhPath).Info() clh.Logger().WithField("args", strings.Join(args, " ")).Info()