Add /proc/acpi and /proc/keys to masked paths#2443
Add /proc/acpi and /proc/keys to masked paths#2443crosbymichael merged 2 commits intocontainerd:masterfrom
Conversation
|
Don't think the AppArmor contrib needs updating, but stumbled upon it while searching what to update; https://github.com/containerd/containerd/blob/master/contrib/apparmor/template.go#L52-L60 |
relates to CVE-2018-10892 Signed-off-by: Sebastiaan van Stijn <[email protected]>
This leaks information about keyrings on the host. Keyrings are not namespaced. Signed-off-by: Sebastiaan van Stijn <[email protected]>
|
Added a second commit to also mask Happy to squash if preferred |
|
Masking it will hide all the subdirectories, but it wouldn't hurt to add |
|
I can do that as a follow-up to not block this PR (don't think the profile was used currently?) |
|
works for me. |
Codecov Report
@@ Coverage Diff @@
## master #2443 +/- ##
==========================================
+ Coverage 45% 45.01% +0.01%
==========================================
Files 92 92
Lines 9412 9414 +2
==========================================
+ Hits 4236 4238 +2
Misses 4493 4493
Partials 683 683
Continue to review full report at Codecov.
|
|
LGTM |
1 similar comment
|
LGTM |
relates to CVE-2018-10892
should probably be cherry-picked to release-branches