> The container manager used in kubelet checks for docker daemon process either via pidfile or process name. While the pidfile points to the docker daemon process PID, the dockerProcessName constant stores a docker cli name (docker) instead of docker daemon name (dockerd).
They're trying to look up the process by a name the process isn't using.
Why is this a security issue? Also, beyond naming convention, why?