Merge pull request #2664 from crosbymichael/proc
Add nosuid,noexec,nodev to proc
This commit is contained in:
commit
7141ea3c0e
@ -167,6 +167,7 @@ func populateDefaultUnixSpec(ctx context.Context, s *Spec, id string) error {
|
|||||||
Destination: "/proc",
|
Destination: "/proc",
|
||||||
Type: "proc",
|
Type: "proc",
|
||||||
Source: "proc",
|
Source: "proc",
|
||||||
|
Options: []string{"nosuid", "noexec", "nodev"},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Destination: "/dev",
|
Destination: "/dev",
|
||||||
|
Loading…
Reference in New Issue
Block a user