full diff: https://github.com/opencontainers/selinux/compare/v1.5.1...v1.5.2 - Implement FormatMountLabel unconditionally Implementing FormatMountLabel on situations built without selinux should be possible; the context will be ignored if no SELinux is available. - Remote potential race condition, where mcs label is freed Theorectially if you do not change the MCS Label then we free it and two commands later reserve it. If some other process was grabbing MCS Labels at the same time, the other process could get the same label. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
100 lines
5.9 KiB
Plaintext
100 lines
5.9 KiB
Plaintext
# cri dependencies
|
|
github.com/docker/docker 4634ce647cf2ce2c6031129ccd109e557244986f
|
|
github.com/opencontainers/selinux v1.5.2
|
|
github.com/tchap/go-patricia v2.2.6
|
|
|
|
# containerd dependencies
|
|
github.com/beorn7/perks v1.0.1
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
|
github.com/containerd/cgroups b4448137398923af7f4918b8b2ad8249172ca7a6
|
|
github.com/containerd/console v1.0.0
|
|
github.com/containerd/containerd v1.4.0-beta.0
|
|
github.com/containerd/continuity d3ef23f19fbb106bb73ffde425d07a9187e30745
|
|
github.com/containerd/fifo f15a3290365b9d2627d189e619ab4008e0069caf
|
|
github.com/containerd/go-runc 7016d3ce2328dd2cb1192b2076ebd565c4e8df0c
|
|
github.com/containerd/ttrpc v1.0.1
|
|
github.com/containerd/typeurl v1.0.1
|
|
github.com/coreos/go-systemd/v22 v22.0.0
|
|
github.com/cpuguy83/go-md2man v1.0.10
|
|
github.com/docker/go-events e31b211e4f1cd09aa76fe4ac244571fab96ae47f
|
|
github.com/docker/go-metrics v0.0.1
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/godbus/dbus/v5 v5.0.3
|
|
github.com/gogo/googleapis v1.3.2
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/golang/protobuf v1.3.3
|
|
github.com/google/uuid v1.1.1
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
|
github.com/hashicorp/errwrap v1.0.0
|
|
github.com/hashicorp/go-multierror v1.0.0
|
|
github.com/hashicorp/golang-lru v0.5.3
|
|
github.com/imdario/mergo v0.3.7
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.3
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1
|
|
github.com/Microsoft/go-winio v0.4.14
|
|
github.com/Microsoft/hcsshim v0.8.9
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
github.com/opencontainers/image-spec v1.0.1
|
|
github.com/opencontainers/runc v1.0.0-rc10
|
|
github.com/opencontainers/runtime-spec v1.0.2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.3.0
|
|
github.com/prometheus/client_model v0.1.0
|
|
github.com/prometheus/common v0.7.0
|
|
github.com/prometheus/procfs v0.0.8
|
|
github.com/russross/blackfriday v1.5.2
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/syndtr/gocapability d98352740cb2c55f81556b63d4a1ec64c5a319c2
|
|
github.com/urfave/cli v1.22.0
|
|
go.etcd.io/bbolt v1.3.3
|
|
go.opencensus.io v0.22.0
|
|
golang.org/x/net f3200d17e092c607f615320ecaad13d87ad9a2b3
|
|
golang.org/x/sync 42b317875d0fa942474b76e1b46a6060d720ae6e
|
|
golang.org/x/sys 5c8b2ff67527cb88b770f693cebf3799036d8bc0
|
|
golang.org/x/text 19e51611da83d6be54ddafce4a4af510cb3e9ea4
|
|
google.golang.org/genproto e50cd9704f63023d62cd06a1994b98227fc4d21a
|
|
google.golang.org/grpc v1.27.1
|
|
|
|
# cgroups dependencies
|
|
github.com/cilium/ebpf 4032b1d8aae306b7bb94a2a11002932caf88c644
|
|
|
|
# kubernetes dependencies
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/docker/spdystream 449fdfce4d962303d702fec724ef0ad181c92528
|
|
github.com/emicklei/go-restful v2.9.5
|
|
github.com/google/gofuzz v1.1.0
|
|
github.com/json-iterator/go v1.1.8
|
|
github.com/modern-go/concurrent 1.0.3
|
|
github.com/modern-go/reflect2 v1.0.1
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
github.com/seccomp/libseccomp-golang v0.9.1
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/crypto bac4c82f69751a6dd76e702d54b3ceb88adab236
|
|
golang.org/x/oauth2 0f29369cfe4552d0e4bcddc57cc75f4d7e672a33
|
|
golang.org/x/time 9d24e82272b4f38b78bc8cff74fa936d31ccd8ef
|
|
gopkg.in/inf.v0 v0.9.1
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
k8s.io/api v0.18.2
|
|
k8s.io/apimachinery v0.18.2
|
|
k8s.io/apiserver v0.18.2
|
|
k8s.io/client-go v0.18.2
|
|
k8s.io/cri-api v0.18.2
|
|
k8s.io/klog v1.0.0
|
|
k8s.io/kubernetes v1.18.2
|
|
k8s.io/utils a9aa75ae1b89e1b992c33383f48e942d97e52dae
|
|
sigs.k8s.io/structured-merge-diff/v3 v3.0.0
|
|
sigs.k8s.io/yaml v1.2.0
|
|
|
|
# cni dependencies
|
|
github.com/containerd/go-cni 0553354f0046ccd41a02e724826040491a3d8998
|
|
github.com/containernetworking/cni v0.7.1
|
|
github.com/containernetworking/plugins v0.7.6
|
|
github.com/fsnotify/fsnotify v1.4.8
|
|
|
|
# image decrypt depedencies
|
|
github.com/containerd/imgcrypt v1.0.1
|
|
github.com/containers/ocicrypt v1.0.1
|
|
github.com/fullsailor/pkcs7 8306686428a5fe132eac8cb7c4848af725098bd4
|
|
gopkg.in/square/go-jose.v2 v2.3.1
|