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

Commit dc418d0

Browse files
crosbymichaelthaJeztah
authored andcommitted
Add sigprocmask to default seccomp profile
Signed-off-by: Michael Crosby <crosbymichael@gmail.com> (cherry picked from commit e4605cc2a5624f0eb7922cce4d182f3b1ee73e4d) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 40e3647f2f5205ed205ec9353194d49bcb638971 Component: engine
1 parent 54f4ad7 commit dc418d0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

components/engine/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",

components/engine/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)