mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #11474 from crosbymichael/null-masked-paths
Do not mask /proc/kcore in privileged
This commit is contained in:
commit
e1a0bff6b8
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ func (d *driver) createContainer(c *execdriver.Command) (*configs.Config, error)
|
|||
}
|
||||
}
|
||||
container.ReadonlyPaths = nil
|
||||
container.MaskPaths = nil
|
||||
if err := d.setPrivileged(container); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue