Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 40e3647

Browse files
crosbymichaelthaJeztah
authored andcommitted
Add sigprocmask to default seccomp profile
Signed-off-by: Michael Crosby <crosbymichael@gmail.com> (cherry picked from commit e4605cc) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 9cc467c commit 40e3647

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

profiles/seccomp/default.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@
314314
"sigaltstack",
315315
"signalfd",
316316
"signalfd4",
317+
"sigprocmask",
317318
"sigreturn",
318319
"socket",
319320
"socketcall",

profiles/seccomp/seccomp_default.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ func DefaultProfile() *types.Seccomp {
307307
"sigaltstack",
308308
"signalfd",
309309
"signalfd4",
310+
"sigprocmask",
310311
"sigreturn",
311312
"socket",
312313
"socketcall",

0 commit comments

Comments
 (0)