From: David Herrmann Date: Thu, 8 Jan 2015 16:43:48 +0000 (+0100) Subject: bus-proxy: augment credentials from /proc for cmdline update X-Git-Tag: v219~624 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9dc41cc5974a4af291de0c67b53050cceee5f6a4;hp=9dc41cc5974a4af291de0c67b53050cceee5f6a4;p=elogind.git bus-proxy: augment credentials from /proc for cmdline update dbus1 does not provide cmdline, so we have to augment our credentials from /proc to beautify the bus-proxyd cmdline. We dont use this for anything but beautification, so there shouldn't be any problems due to /proc pid-recycling races. This fixes bus-proxyd to no longer display 'xxxxxxxxxxxxxxxxxxxxxxxxxxx' in its cmdline. ---