Skip to content

Commit 575095f

Browse files
committed
seccomp: allow clock_settime64 when CAP_SYS_TIME is added
Port moby/moby PR 43775 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 681aaf6 commit 575095f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contrib/seccomp/seccomp_default.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
641641
"settimeofday",
642642
"stime",
643643
"clock_settime",
644+
"clock_settime64",
644645
},
645646
Action: specs.ActAllow,
646647
Args: []specs.LinuxSeccompArg{},

0 commit comments

Comments
 (0)