diff --git a/daemon/execdriver/native/seccomp_default.go b/daemon/execdriver/native/seccomp_default.go index 1075a0b315..177aa983c1 100644 --- a/daemon/execdriver/native/seccomp_default.go +++ b/daemon/execdriver/native/seccomp_default.go @@ -28,6 +28,12 @@ var defaultSeccompProfile = &configs.Seccomp{ Action: configs.Errno, Args: []*configs.Arg{}, }, + { + // Time/Date is not namespaced + Name: "clock_adjtime", + Action: configs.Errno, + Args: []*configs.Arg{}, + }, { // Time/Date is not namespaced Name: "clock_settime",