summaryrefslogtreecommitdiff
path: root/test/e2e/run_security_labels.go
Commit message (Collapse)AuthorAge
* Allow devs to set labels in container images for default capabilities.Daniel J Walsh2020-03-02
This patch allows users to specify the list of capabilities required to run their container image. Setting a image/container label "io.containers.capabilities=setuid,setgid" tells podman that the contained image should work fine with just these two capabilties, instead of running with the default capabilities, podman will launch the container with just these capabilties. If the user or image specified capabilities that are not in the default set, the container will print an error message and will continue to run with the default capabilities. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>