Skip to content

Commit 3d28944

Browse files
committed
seccomp: allow clock_settime when CAP_SYS_TIME is added
Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 0a5ee7e) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent e5cc7d5 commit 3d28944

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
@@ -587,6 +587,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
587587
Names: []string{
588588
"settimeofday",
589589
"stime",
590+
"clock_settime",
590591
},
591592
Action: specs.ActAllow,
592593
Args: []specs.LinuxSeccompArg{},

0 commit comments

Comments
 (0)