summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-08-17 06:28:45 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-08-21 10:55:22 -0400
commit7ed653804cbd9a74156cfa9ec4bbe67887d03884 (patch)
tree11953b3cbebe7f10dce45cf72a6d56e334228f41 /go.mod
parent11372c4c4d75d731f346c6be06e41bfe9600ce81 (diff)
downloadpodman-7ed653804cbd9a74156cfa9ec4bbe67887d03884.tar.gz
podman-7ed653804cbd9a74156cfa9ec4bbe67887d03884.tar.bz2
podman-7ed653804cbd9a74156cfa9ec4bbe67887d03884.zip
In podman 1.* regression on --cap-add
In podman 1.0 if you executed a command like: podman run --user dwalsh --cap-add net_bind_service alpine nc -l 80 It would work, and the user dwalsh would get the capability, in podman 2.0, only root and the binding set gets the capability. This change restores us back to the way podman 1.0 worked. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index cf595b492..6ddd5ad39 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
github.com/containernetworking/cni v0.7.2-0.20200304161608-4fae32b84921
github.com/containernetworking/plugins v0.8.6
github.com/containers/buildah v1.15.1
- github.com/containers/common v0.14.7
+ github.com/containers/common v0.14.8
github.com/containers/conmon v2.0.18+incompatible
github.com/containers/image/v5 v5.5.2
github.com/containers/psgo v1.5.1