Merge pull request #6141 from giuseppe/rootless-fix

abi: do not attempt to setup rootless if euid==0
This commit is contained in:
OpenShift Merge Robot 2020-05-08 17:28:58 +02:00 committed by GitHub
commit dd7e3615ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ func (ic *ContainerEngine) SetupRootless(_ context.Context, cmd *cobra.Command)
}
}
}
return nil
}
pausePidPath, err := util.GetRootlessPauseProcessPidPath()