Skip to content
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

Lock down host OS leaks through container barrier #351

Open
lorenz opened this issue Sep 17, 2024 · 0 comments
Open

Lock down host OS leaks through container barrier #351

lorenz opened this issue Sep 17, 2024 · 0 comments
Labels
bug Something isn't working c/k8s Kubernetes component c/node Issues related to low-level node services and startup unfortunate Things which we wouldn't implement in an ideal world.

Comments

@lorenz
Copy link
Contributor

lorenz commented Sep 17, 2024

There are some unfortunate abstraction leaks through the container boundary, for example mount attributes (noexec, nosuid, ...) and things like device permissions. We should lock these down and test for that as these are essentially ABI for us. Even a slight change can easily break customer workloads.

@lorenz lorenz added bug Something isn't working c/node Issues related to low-level node services and startup c/k8s Kubernetes component unfortunate Things which we wouldn't implement in an ideal world. labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working c/k8s Kubernetes component c/node Issues related to low-level node services and startup unfortunate Things which we wouldn't implement in an ideal world.
Projects
None yet
Development

No branches or pull requests

1 participant