Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
vendor: update libcontainer to 1.0.0-rc9
Browse files Browse the repository at this point in the history
Includes significant fixes including change to allow proc
mount only if it is rootfs.

Shortlog:

d736ef14 (tag: v1.0.0-rc9) VERSION: update to 1.0.0-rc9
d463f648 *: verify that operations on /proc/... are on procfs
9aef5044 vendor: update github.com/opencontainers/selinux
84373aaa Add SCMP_ACT_LOG as a valid Seccomp action (#1951)
331692ba Only allow proc mount if it is procfs
af7b6547 libcontainer/nsenter: Don't import C in non-cgo file
718a566e cgroup: support mount of cgroup2
115d4b9e bump golang/protobuf v1.0.0
85c02f3f bump coreos/go-systemd v19, godbus/dbus v5.0.1
21498b8e bump mrunalp/fileutils 7d4729fb36185a7c1719923406c9d40e54fb93c7
eb86f603 bump syndtr/gocapability
d98352740cb2c55f81556b63d4a1ec64c5a319c2
1150ce9c bump urfave/cli v1.20.0
8e4f645f bump docker/go-units v0.3.3
0fc06623 bump cyphar/filepath-securejoin v0.2.2
414a39de bump containerd/console
0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f
de24d733 bump github.com/pkg/errors 0.8.1
4be3c48e Reformat vendor.conf and pin all deps by git-sha
524cb7c3 libcontainer: add systemd.UnifiedManager
ec111368 libcontainer, cgroups: rename systemd.Manager to LegacyManager
1932917b libcontainer: add initial support for cgroups v2
4316e4d0 Bump x/sys and update syscall to start Risc-V support
0bc069d7 nsenter: fix clang-tidy warning
b225ef58 nsenter: minor clean up
e4aa7342 Rename cgroups_windows.go to cgroups_unsupported.go
c740965a libcontainer: update masked paths of /proc
518c8558 Remove libcontainer detection for systemd features
4ca00773 Update vendored dependencies to remove go-systemd/util
588f040a Avoid the dependency on cgo through go-systemd/util package
afc24792 Make get devices function public
9c822e48 cgroups/fs: check nil pointers in cgroup manager
1712af0e man: fix man-pages
f08cdaee Skip searching /dev/.udev for device nodes.
808e809f doc: First process in container needs `Init: true`
351bfb4b integration: remove blkio.weight (unavailable in kernel 5.0)
7e678625 Bump CRIU to 3.12
68cc1a77 Update busybox source and fix runc exec bug
371d13c9 Update bash completion for v1.0.0 release
7a9ffa89 Change the permissions of the notify listener socket to rwx for
everyone
e7831f2a Update to Go 1.12 and drop obsolete versions
472fe623 criu image path permission error in rootless checkpoint

Fixes #657

Signed-off-by: Archana Shinde <[email protected]>
  • Loading branch information
amshinde committed Oct 10, 2019
1 parent ba6ab83 commit b3d737b
Show file tree
Hide file tree
Showing 35 changed files with 1,461 additions and 849 deletions.
19 changes: 4 additions & 15 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

[[constraint]]
name = "github.com/opencontainers/runc"
revision = "f4982d86f7fde0b6f953cc62ccc4022c519a10a9"
revision = "d736ef14f0288d6993a1845745d6756cfc9ddd5a"

[[constraint]]
name = "github.com/opencontainers/runtime-spec"
Expand Down
90 changes: 0 additions & 90 deletions vendor/github.com/coreos/go-systemd/util/util.go

This file was deleted.

175 changes: 0 additions & 175 deletions vendor/github.com/coreos/go-systemd/util/util_cgo.go

This file was deleted.

23 changes: 0 additions & 23 deletions vendor/github.com/coreos/go-systemd/util/util_stub.go

This file was deleted.

Loading

0 comments on commit b3d737b

Please sign in to comment.