Merge pull request #4264 from thaJeztah/seccomp_allow_clock_adjtime

seccomp: Whitelist `clock_adjtime`
This commit is contained in:
Phil Estes 2020-05-18 09:36:08 -04:00 committed by GitHub
commit d7c4bda3b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,8 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
"chmod", "chmod",
"chown", "chown",
"chown32", "chown32",
"clock_adjtime",
"clock_adjtime64",
"clock_getres", "clock_getres",
"clock_getres_time64", "clock_getres_time64",
"clock_gettime", "clock_gettime",