From be9ed1cfacc19d1ad3c09e10481da445615b8b8e Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 14 Feb 2018 12:51:06 -0600 Subject: Privileged containers should inherit host devices When running a privileged container, it should inherit the same devices the host has. Signed-off-by: baude Closes: #330 Approved by: mheon --- vendor.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vendor.conf') diff --git a/vendor.conf b/vendor.conf index 7df5040ff..559f5c66d 100644 --- a/vendor.conf +++ b/vendor.conf @@ -9,7 +9,7 @@ google.golang.org/grpc v1.0.4 https://github.com/grpc/grpc-go github.com/opencontainers/selinux b29023b86e4a69d1b46b7e7b4e2b6fda03f0b9cd github.com/opencontainers/go-digest v1.0.0-rc0 github.com/opencontainers/runtime-tools 625e2322645b151a7cbb93a8b42920933e72167f -github.com/opencontainers/runc 45bde006ca8c90e089894508708bcf0e2cdf9e13 +github.com/opencontainers/runc 6e15bc3f92fd4c58b3285e8f27eaeb6b22d62920 github.com/mrunalp/fileutils master github.com/vishvananda/netlink master github.com/vishvananda/netns master @@ -99,3 +99,5 @@ github.com/containerd/continuity master github.com/xeipuuv/gojsonschema master github.com/xeipuuv/gojsonreference master github.com/xeipuuv/gojsonpointer master +github.com/cyphar/filepath-securejoin v0.2.1 +github.com/containerd/console 84eeaae905fa414d03e07bcd6c8d3f19e7cf180e -- cgit v1.2.3-54-g00ecf