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

Commit 6ffb8e2

Browse files
authored
Merge pull request #342 from thaJeztah/19.03_backport_sigprocmask
[19.03 backport] Add sigprocmask to default seccomp profile (ENGCORE-981)
2 parents 48282be + 40e3647 commit 6ffb8e2

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)