Merge pull request #43490 from Bonjourz/43481_support_pku
seccomp: Support PKU in docker by default
This commit is contained in:
commit
dc4ab45e05
2 changed files with 6 additions and 0 deletions
|
@ -248,6 +248,9 @@
|
|||
"pidfd_send_signal",
|
||||
"pipe",
|
||||
"pipe2",
|
||||
"pkey_alloc",
|
||||
"pkey_free",
|
||||
"pkey_mprotect",
|
||||
"poll",
|
||||
"ppoll",
|
||||
"ppoll_time64",
|
||||
|
|
|
@ -240,6 +240,9 @@ func DefaultProfile() *Seccomp {
|
|||
"pidfd_send_signal",
|
||||
"pipe",
|
||||
"pipe2",
|
||||
"pkey_alloc",
|
||||
"pkey_free",
|
||||
"pkey_mprotect",
|
||||
"poll",
|
||||
"ppoll",
|
||||
"ppoll_time64",
|
||||
|
|
Loading…
Add table
Reference in a new issue