diff --git a/daemon/execdriver/native/seccomp_default.go b/daemon/execdriver/native/seccomp_default.go index 1075a0b315..217782a873 100644 --- a/daemon/execdriver/native/seccomp_default.go +++ b/daemon/execdriver/native/seccomp_default.go @@ -280,6 +280,12 @@ var defaultSeccompProfile = &configs.Seccomp{ Action: configs.Errno, Args: []*configs.Arg{}, }, + { + // Time/Date is not namespaced + Name: "stime", + Action: configs.Errno, + Args: []*configs.Arg{}, + }, { // Deny start/stop swapping to file/device Name: "swapon",