1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #40929 from stanislavlevin/seccomp_allow_clock_adjtime

seccomp: Whitelist `clock_adjtime`
This commit is contained in:
Sebastiaan van Stijn 2020-05-15 22:25:45 +02:00 committed by GitHub
commit dd16f2f219
2 changed files with 4 additions and 0 deletions

View file

@ -65,6 +65,8 @@
"chmod",
"chown",
"chown32",
"clock_adjtime",
"clock_adjtime64",
"clock_getres",
"clock_getres_time64",
"clock_gettime",

View file

@ -58,6 +58,8 @@ func DefaultProfile() *types.Seccomp {
"chmod",
"chown",
"chown32",
"clock_adjtime",
"clock_adjtime64",
"clock_getres",
"clock_getres_time64",
"clock_gettime",