Skip to content

Commit 0a5ee7e

Browse files
committed
seccomp: allow clock_settime when CAP_SYS_TIME is added
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 5cdb6e8 commit 0a5ee7e

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
@@ -589,6 +589,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
589589
Names: []string{
590590
"settimeofday",
591591
"stime",
592+
"clock_settime",
592593
},
593594
Action: specs.ActAllow,
594595
Args: []specs.LinuxSeccompArg{},

0 commit comments

Comments
 (0)