mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
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:

committed by
Atomic Bot

parent
129c1408f7
commit
cf13fa1866
2
vendor/github.com/opencontainers/runtime-tools/generate/generate.go
generated
vendored
2
vendor/github.com/opencontainers/runtime-tools/generate/generate.go
generated
vendored
@ -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",
|
||||
|
Reference in New Issue
Block a user