Skip to content

Commit 3611efd

Browse files
committed
update cri to 8448b92
This includes an update of the selinux package and the ability in the CRI configuration to set the upper bounds for the selinux category labels that are generated. Signed-off-by: Michael Crosby <michael@thepasture.io>
1 parent 1a571fc commit 3611efd

File tree

24 files changed

+1997
-310
lines changed

24 files changed

+1997
-310
lines changed

vendor.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ gotest.tools/v3 v3.0.2
5757
github.com/cilium/ebpf 1c8d4c9ef7759622653a1d319284a44652333b28
5858

5959
# cri dependencies
60-
github.com/containerd/cri fcda0cf4a7e70f0317238b09556329239321353b # master
60+
github.com/containerd/cri 8448b92d237e877bed1e4aa7a0baf0dee234dbcb # master
6161
github.com/davecgh/go-spew v1.1.1
6262
github.com/docker/docker 4634ce647cf2ce2c6031129ccd109e557244986f
6363
github.com/docker/spdystream 449fdfce4d962303d702fec724ef0ad181c92528
@@ -67,9 +67,10 @@ github.com/google/gofuzz v1.1.0
6767
github.com/json-iterator/go v1.1.9
6868
github.com/modern-go/concurrent 1.0.3
6969
github.com/modern-go/reflect2 v1.0.1
70-
github.com/opencontainers/selinux v1.5.2
70+
github.com/opencontainers/selinux v1.6.0
7171
github.com/seccomp/libseccomp-golang v0.9.1
7272
github.com/tchap/go-patricia v2.2.6
73+
github.com/willf/bitset d5bec3311243426a3c6d1b7a795f24b17c686dbb # 1.1.10+ used by selinux pkg
7374
golang.org/x/crypto bac4c82f69751a6dd76e702d54b3ceb88adab236
7475
golang.org/x/oauth2 858c2ad4c8b6c5d10852cb89079f6ca1c7309787
7576
golang.org/x/time 555d28b269f0569763d25dbe1a237ae74c6bcc82

vendor/github.com/containerd/cri/pkg/config/config.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/cri/pkg/config/config_unix.go

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/cri/pkg/server/service_unix.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/cri/vendor.conf

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/selinux/README.md

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/selinux/go-selinux/doc.go

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/selinux/go-selinux/label/label_selinux.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/selinux/go-selinux/label/label_stub.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/selinux/go-selinux/selinux.go

Lines changed: 249 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)