remove need for any caps
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
parent
2b527491fe
commit
736052e309
4 changed files with 5 additions and 11 deletions
3
vendor/github.com/opencontainers/runc/libcontainer/process_linux.go
generated
vendored
3
vendor/github.com/opencontainers/runc/libcontainer/process_linux.go
generated
vendored
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue