]> git.ipfire.org Git - thirdparty/systemd.git/commit
bus-proxy: discard invalid environment updates 858/head
authorDavid Herrmann <dh.herrmann@gmail.com>
Tue, 4 Aug 2015 11:36:03 +0000 (13:36 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Tue, 4 Aug 2015 11:38:40 +0000 (13:38 +0200)
commitc7d38b859daad5144741c41378f468c8878c3908
tree214104ed6fe019d704a7b8b5e75b7987ef5069f3
parent13925e4ce87415d71598b81a71639b3032c0b0d3
bus-proxy: discard invalid environment updates

If the caller provides invalid assignments via
UpdateActivationEnvironment=, we now drop it and warn loudly about it. We
need this to be compatible to dbus1, but we also clearly want to tell the
caller that they better ought to follow POSIX recommendations and use
valid labels only.

Fixes #826.
src/bus-proxyd/driver.c