-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add /proc/acpi and /proc/keys to masked paths #2443
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