]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/bus-unit-util.c
core: actually make "+" prefix in ReadOnlyPaths=, InaccessiblePaths=, ReadWritablePat...
authorLennart Poettering <lennart@poettering.net>
Fri, 23 Dec 2016 00:16:43 +0000 (01:16 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 7 Feb 2017 10:22:05 +0000 (11:22 +0100)
commit20b7a0070c2f5a31442f59bece47f7f0875da3cd
tree08bd087478f310adf24e94b34a21b135da0aaf26
parent5d997827e2ebe5d4f438748d1ac87c10c29045c6
core: actually make "+" prefix in ReadOnlyPaths=, InaccessiblePaths=, ReadWritablePaths= work

5327c910d2fc1ae91bd0b891be92b30379c7467b claimed to add support for "+"
for prefixing paths with the configured RootDirectory=. But actually it
only implemented it in the backend, it did not add support for it to the
configuration file parsers. Fix that now.
src/core/dbus-execute.c
src/core/load-fragment.c
src/shared/bus-unit-util.c