seccomp: Add pidfd_getfd syscall

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

View File

@ -723,6 +723,7 @@
{
"names": [
"kcmp",
"pidfd_getfd",
"process_vm_readv",
"process_vm_writev",
"ptrace"

View File

@ -624,6 +624,7 @@ func DefaultProfile() *Seccomp {
{
Names: []string{
"kcmp",
"pidfd_getfd",
"process_vm_readv",
"process_vm_writev",
"ptrace",