summaryrefslogtreecommitdiff
path: root/src/shared/bus-util.c
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-10-26 00:20:49 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2015-10-26 00:20:49 +0000
commiteff580744c339432889fd612d9f46fcbde818bd4 (patch)
treec93e12e9d1281c7adbf96dfe10c127bda0032a0d /src/shared/bus-util.c
parentae9b44b64c8494f2cec4198ce9034c53f48ce699 (diff)
run: can launch units with ProtectHome
Diffstat (limited to 'src/shared/bus-util.c')
-rw-r--r--src/shared/bus-util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/bus-util.c b/src/shared/bus-util.c
index fdb6fced02..604b8f248a 100644
--- a/src/shared/bus-util.c
+++ b/src/shared/bus-util.c
@@ -1509,7 +1509,8 @@ int bus_append_unit_property_assignment(sd_bus_message *m, const char *assignmen
"UtmpIdentifier", "UtmpMode", "PAMName", "TTYPath",
"StandardInput", "StandardOutput", "StandardError",
"Description", "Slice", "Type", "WorkingDirectory",
- "RootDirectory", "SyslogIdentifier", "ProtectSystem"))
+ "RootDirectory", "SyslogIdentifier", "ProtectSystem",
+ "ProtectHome"))
r = sd_bus_message_append(m, "v", "s", eq);
else if (streq(field, "SyslogLevel")) {