This repository has been archived by the owner on May 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
Default capabilities: runc drops CAPs by default. cc-runtime/agent should do the same #818
Comments
runc caps
cc-runtime caps
|
mcastelino
added a commit
to mcastelino/agent
that referenced
this issue
Nov 17, 2017
Limit the list of capabilities to the same subset as runc Fixes clearcontainers/runtime#818 Signed-off-by: Manohar Castelino <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of problem
runc drops all elevated privileges by default when launching the container.
cc-runtime does not drop any privileges.
Even though the container workload runs in the virtual machine, not dropping capabilities can still cause issues. An example below
Expected result
should fail till we add support for elevating capabilities.
The text was updated successfully, but these errors were encountered: