Skip to content

Commit

Permalink
Merge pull request #4730 from thaJeztah/update_seccomp_profile
Browse files Browse the repository at this point in the history
seccomp: add pidfd syscalls
  • Loading branch information
estesp committed Nov 13, 2020
2 parents fca7887 + 0a1104b commit 0ec47b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/seccomp/seccomp_default.go
Expand Up @@ -232,6 +232,8 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
"openat",
"openat2",
"pause",
"pidfd_open",
"pidfd_send_signal",
"pipe",
"pipe2",
"poll",
Expand Down Expand Up @@ -571,6 +573,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
s.Syscalls = append(s.Syscalls, specs.LinuxSyscall{
Names: []string{
"kcmp",
"pidfd_getfd",
"process_vm_readv",
"process_vm_writev",
"ptrace",
Expand Down

0 comments on commit 0ec47b3

Please sign in to comment.