mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00

The prior version talked about potential access to DBus, but this is a bogus warning: default OS setups do not bind DBus to localhost or to an abstract Unix socket. It is possible that the original author was thinking of CVE-2020–15257, which affected containerd's abstract Unix socket; they fixed it by switching to a named socket, just as DBus always (?) has done. Signed-off-by: Warren Young <wyoung@tangentsoft.com> Signed-off-by: Paul Holzinger <pholzing@redhat.com>