mirror of https://github.com/containers/podman.git
When I launch a container with --userns=keep-id the rootless processes should have no caps by default even if I launch the container with --privileged. It should only get the caps if I specify by hand the caps I want leaked to the process. Currently we turn off capeff and capamb, but not capinh. This patch treats capinh the same way as capeff and capamb. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> |
||
---|---|---|
.. | ||
generate | ||
config_unsupported.go | ||
container_validate.go | ||
namespaces.go | ||
pod_validate.go | ||
podspecgen.go | ||
specgen.go | ||
volumes.go |