We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da9705a + ebffce3 commit 882e396Copy full SHA for 882e396
1 file changed
contrib/seccomp/seccomp_default.go
@@ -232,6 +232,8 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
232
"openat",
233
"openat2",
234
"pause",
235
+ "pidfd_open",
236
+ "pidfd_send_signal",
237
"pipe",
238
"pipe2",
239
"poll",
@@ -571,6 +573,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
571
573
s.Syscalls = append(s.Syscalls, specs.LinuxSyscall{
572
574
Names: []string{
575
"kcmp",
576
+ "pidfd_getfd",
577
"process_vm_readv",
578
"process_vm_writev",
579
"ptrace",
0 commit comments