bus-proxy: fix cookie namespacing
authorDavid Herrmann <dh.herrmann@gmail.com>
Fri, 31 Jul 2015 14:42:38 +0000 (16:42 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Fri, 31 Jul 2015 14:42:38 +0000 (16:42 +0200)
commit970ad53dd63516c0fa76c772f58662902c044dcb
treedaaed2f6973d9908da3581edc03f01043009b864
parent4b6ac4326ac0b5b668c1ae2383104d5c084ef766
bus-proxy: fix cookie namespacing

If we generate messages from within bus-proxyd, we really must make sure
that we do not clutter the cookie-namespace of our client. The client has
full control over it, so we cannot steal cookies from it. However, we can
re-use the cookie the client used for our request. As long as we only
send a single message, we're fine.
src/bus-proxyd/driver.c