Merge pull request #7163 from thaJeztah/seccomp_support_pku

seccomp: seccomp: add syscalls related to PKU in default policy
This commit is contained in:
Derek McGowan 2022-07-18 15:19:10 -07:00 committed by GitHub
commit e95858f93f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -249,6 +249,9 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
"pidfd_send_signal",
"pipe",
"pipe2",
"pkey_alloc",
"pkey_free",
"pkey_mprotect",
"poll",
"ppoll",
"ppoll_time64",