mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Do not mask /proc/kcore in privileged
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
50bf3cbedc
commit
f4a458e67f
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…
Reference in a new issue