seccomp: add pidfd_open and pidfd_send_signal

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-11-13 13:33:23 +01:00
parent fca7887186
commit 2dbbd10fd6
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C

View File

@ -232,6 +232,8 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
"openat",
"openat2",
"pause",
"pidfd_open",
"pidfd_send_signal",
"pipe",
"pipe2",
"poll",