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

Commit a5906db

Browse files
authored
Merge pull request #342 from thaJeztah/19.03_backport_sigprocmask
[19.03 backport] Add sigprocmask to default seccomp profile (ENGCORE-981) Upstream-commit: 6ffb8e2b6727077d833ce4824830d0d0535eb4df Component: engine
2 parents 8d69ef9 + dc418d0 commit a5906db

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)