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

View File

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