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> |
||
---|---|---|
.. | ||
kube | ||
config_linux.go | ||
config_linux_cgo.go | ||
config_linux_nocgo.go | ||
container.go | ||
container_create.go | ||
namespaces.go | ||
oci.go | ||
pod_create.go | ||
ports.go | ||
security.go | ||
storage.go | ||
validate.go |