1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

seccomp: Add pidfd_open and pidfd_send_signal

Signed-off-by: Mark Vainomaa <mikroskeem@mikroskeem.eu>
This commit is contained in:
Mark Vainomaa 2020-11-11 14:32:51 +02:00
parent af34b94a78
commit 5e3ffe6464
No known key found for this signature in database
GPG key ID: 1B3F9523B542D315
2 changed files with 4 additions and 0 deletions

View file

@ -232,6 +232,8 @@
"openat",
"openat2",
"pause",
"pidfd_open",
"pidfd_send_signal",
"pipe",
"pipe2",
"poll",

View file

@ -225,6 +225,8 @@ func DefaultProfile() *Seccomp {
"openat",
"openat2",
"pause",
"pidfd_open",
"pidfd_send_signal",
"pipe",
"pipe2",
"poll",