diff --git a/daemon/execdriver/native/seccomp_default.go b/daemon/execdriver/native/seccomp_default.go index 5f52b9f2f8..ffcc972bbd 100644 --- a/daemon/execdriver/native/seccomp_default.go +++ b/daemon/execdriver/native/seccomp_default.go @@ -643,6 +643,11 @@ var defaultSeccompProfile = &configs.Seccomp{ Action: configs.Allow, Args: []*configs.Arg{}, }, + { + Name: "_llseek", + Action: configs.Allow, + Args: []*configs.Arg{}, + }, { Name: "lremovexattr", Action: configs.Allow,