Vendor in latest opencontainers/runtime-tools

This will cause /proc inside of the container to match the mount options
of the host.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #1511
Approved by: baude
This commit is contained in:
Daniel J Walsh
2018-09-19 15:11:42 -04:00
committed by Atomic Bot
parent 129c1408f7
commit cf13fa1866

View File

@ -162,7 +162,7 @@ func New(os string) (generator Generator, err error) {
Destination: "/proc",
Type: "proc",
Source: "proc",
Options: nil,
Options: []string{"nosuid", "noexec", "nodev"},
},
{
Destination: "/dev",