seccomp: allow clock_settime when CAP_SYS_TIME is added

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-08-24 12:43:21 +02:00
parent 5cdb6e81d2
commit 0a5ee7e6f3
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C

View File

@ -589,6 +589,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
Names: []string{
"settimeofday",
"stime",
"clock_settime",
},
Action: specs.ActAllow,
Args: []specs.LinuxSeccompArg{},