Skip to content

Commit

Permalink
Merge pull request moby#43490 from Bonjourz/43481_support_pku
Browse files Browse the repository at this point in the history
seccomp: Support PKU in docker by default
  • Loading branch information
tianon authored Jul 13, 2022
2 parents a26d82c + e258d66 commit dc4ab45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions profiles/seccomp/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
"pidfd_send_signal",
"pipe",
"pipe2",
"pkey_alloc",
"pkey_free",
"pkey_mprotect",
"poll",
"ppoll",
"ppoll_time64",
Expand Down
3 changes: 3 additions & 0 deletions profiles/seccomp/default_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ func DefaultProfile() *Seccomp {
"pidfd_send_signal",
"pipe",
"pipe2",
"pkey_alloc",
"pkey_free",
"pkey_mprotect",
"poll",
"ppoll",
"ppoll_time64",
Expand Down

0 comments on commit dc4ab45

Please sign in to comment.