Merge pull request #2664 from crosbymichael/proc

Add nosuid,noexec,nodev to proc
This commit is contained in:
Phil Estes 2018-09-19 13:55:30 -04:00 committed by GitHub
commit 7141ea3c0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,6 +167,7 @@ func populateDefaultUnixSpec(ctx context.Context, s *Spec, id string) error {
Destination: "/proc",
Type: "proc",
Source: "proc",
Options: []string{"nosuid", "noexec", "nodev"},
},
{
Destination: "/dev",