Merge pull request #342 from thaJeztah/19.03_backport_sigprocmask

[19.03 backport] Add sigprocmask to default seccomp profile (ENGCORE-981)
This commit is contained in:
Kirill Kolyshkin 2019-09-12 20:57:34 +03:00 committed by GitHub
commit 6ffb8e2b67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -314,6 +314,7 @@
"sigaltstack",
"signalfd",
"signalfd4",
"sigprocmask",
"sigreturn",
"socket",
"socketcall",

View file

@ -307,6 +307,7 @@ func DefaultProfile() *types.Seccomp {
"sigaltstack",
"signalfd",
"signalfd4",
"sigprocmask",
"sigreturn",
"socket",
"socketcall",