Add sigprocmask to default seccomp profile#3600
Add sigprocmask to default seccomp profile#3600AkihiroSuda merged 2 commits intocontainerd:masterfrom
Conversation
Signed-off-by: Michael Crosby <[email protected]>
|
Build succeeded.
|
need to replace Line 34 in a1f4ffb Looks like this needs a build-tag, or an "unsupported" variant; |
|
(Not sure if these are for criu) these are what we have in the moby Dockerfile https://github.com/moby/moby/blob/c33872e3f4dc3fc19ba0a44892eff2f1041354db/Dockerfile#L39-L50 |
This enables testing of containers with the default seccomp profile Signed-off-by: Michael Crosby <[email protected]>
f5f5c92 to
779701b
Compare
Codecov Report
@@ Coverage Diff @@
## master #3600 +/- ##
=======================================
Coverage 42.39% 42.39%
=======================================
Files 126 126
Lines 13891 13891
=======================================
Hits 5889 5889
Misses 7116 7116
Partials 886 886
Continue to review full report at Codecov.
|
|
Build succeeded.
|
This also adds a
--seccompflag to ctr to help in testing seccomp related changes.