diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-06-19 10:41:49 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-19 15:09:09 +0000 |
commit | aa1ccfb094eba74c6523e6c2e10244aa4de06f7c (patch) | |
tree | 767732709562be2e98369e9b6a254935ce9522b5 /vendor.conf | |
parent | 4ab054073dadf5257bdd0ff21e154b859e139f1e (diff) | |
download | podman-aa1ccfb094eba74c6523e6c2e10244aa4de06f7c.tar.gz podman-aa1ccfb094eba74c6523e6c2e10244aa4de06f7c.tar.bz2 podman-aa1ccfb094eba74c6523e6c2e10244aa4de06f7c.zip |
Vendor in latest go-selinux
This should fix the issue with iptables being denied execution on
container cleanup
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #966
Approved by: mheon
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor.conf b/vendor.conf index c9a055c3a..2fe12b67c 100644 --- a/vendor.conf +++ b/vendor.conf @@ -49,7 +49,7 @@ github.com/opencontainers/image-spec v1.0.0 github.com/opencontainers/runc 6e15bc3f92fd4c58b3285e8f27eaeb6b22d62920 github.com/opencontainers/runtime-spec v1.0.0 github.com/opencontainers/runtime-tools 625e2322645b151a7cbb93a8b42920933e72167f -github.com/opencontainers/selinux b29023b86e4a69d1b46b7e7b4e2b6fda03f0b9cd +github.com/opencontainers/selinux 6ccd0b50d53ae771fe5259ff7a4039110777aa2d github.com/ostreedev/ostree-go master github.com/pkg/errors v0.8.0 github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2 |