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", "openat",
"openat2", "openat2",
"pause", "pause",
"pidfd_open",
"pidfd_send_signal",
"pipe", "pipe",
"pipe2", "pipe2",
"poll", "poll",