Merge pull request #7149 from AkihiroSuda/seccomp-clock_settime64

seccomp: allow clock_settime64 when CAP_SYS_TIME is added
This commit is contained in:
Phil Estes 2022-07-11 11:52:17 -04:00 committed by GitHub
commit de4e2e11d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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