Skip to content

Commit ebffce3

Browse files
committed
seccomp: add pidfd_getfd syscall (gated by CAP_SYS_PTRACE)
Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 0a1104b) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 229f5ea commit ebffce3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contrib/seccomp/seccomp_default.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
573573
s.Syscalls = append(s.Syscalls, specs.LinuxSyscall{
574574
Names: []string{
575575
"kcmp",
576+
"pidfd_getfd",
576577
"process_vm_readv",
577578
"process_vm_writev",
578579
"ptrace",

0 commit comments

Comments
 (0)