Skip to content

Commit

Permalink
Merge pull request #4264 from thaJeztah/seccomp_allow_clock_adjtime
Browse files Browse the repository at this point in the history
seccomp: Whitelist `clock_adjtime`
  • Loading branch information
estesp authored May 18, 2020
2 parents 0f2b15b + 5765991 commit d7c4bda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/seccomp/seccomp_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d7c4bda

Please sign in to comment.