Merge pull request #11474 from crosbymichael/null-masked-paths

Do not mask /proc/kcore in privileged
This commit is contained in:
Jessie Frazelle 2015-03-18 14:43:13 -07:00
commit e1a0bff6b8
1 changed files with 1 additions and 0 deletions

View File

@ -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
}