remove need for any caps

Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
Jess Frazelle 2016-04-17 21:37:13 -07:00
parent 2b527491fe
commit 736052e309
4 changed files with 5 additions and 11 deletions

View file

@ -255,7 +255,8 @@ func (p *initProcess) start() error {
// Do this before syncing with child so that no children
// can escape the cgroup
if err := p.manager.Apply(p.pid()); err != nil {
return newSystemError(err)
logrus.Debugf("cgroups apply err: %v", err)
// return newSystemError(err)
}
defer func() {
if err != nil {