seccomp: Support PKU in docker by default
@@ -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 {