[release/1.1] Revert "bump libseccomp-golang v0.9.1"#3539
[release/1.1] Revert "bump libseccomp-golang v0.9.1"#3539dmcgowan merged 1 commit intocontainerd:release/1.1from
Conversation
This reverts commit f2d1981. Signed-off-by: Sebastiaan van Stijn <[email protected]>
|
ping @Random-Liu @justincormack PTAL |
Codecov Report
@@ Coverage Diff @@
## release/1.1 #3539 +/- ##
============================================
Coverage 49.07% 49.07%
============================================
Files 85 85
Lines 7598 7598
============================================
Hits 3729 3729
Misses 3194 3194
Partials 675 675
Continue to review full report at Codecov.
|
|
From the runc libseccomp bump; opencontainers/runc#2074 (comment)
The fix is in opencontainers/runc@03a5a74#diff-c1eca12d097b318b217f891966083c8e). The fix in libseccomp is in commit seccomp/libseccomp-golang@06e7a29 Full diff of libseccomp-golang changes in that runc PR: seccomp/libseccomp-golang@32f571b...84e90a9 |
|
LGTM |
1 similar comment
|
LGTM |
This reverts commit f2d1981 (#3375)
which was a backport of #3371
Per the discussion on #3371 (comment), this bump caused the minimum supported seccomp version to be changed from 2.3.0, which caused older distros to no longer be supported.
Note that the fix for CVE-2017-18367 was already in the version we vendored before the bump (and the actual issue is in RunC; RunC 1.0.0-rc8 has the fix in place already.