Skip to content

Commit 86b55bd

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]> (cherry picked from commit 575095f) Signed-off-by: Akihiro Suda <[email protected]>
1 parent 604d0bd commit 86b55bd

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
@@ -617,6 +617,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
617617
"settimeofday",
618618
"stime",
619619
"clock_settime",
620+
"clock_settime64",
620621
},
621622
Action: specs.ActAllow,
622623
Args: []specs.LinuxSeccompArg{},

0 commit comments

Comments
 (0)