summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-10-24 22:48:33 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2015-10-24 22:48:33 +0000
commit5664e6cf463920a3365a891f07bad98207ff5aab (patch)
tree33b930af97bf88bd61ffcb204f785fe317b45e06 /src/shared
parent0c0f1bc8f76dadb6ccaf89e8df778188503a56cf (diff)
run: can launch units with ProtectSystem
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/bus-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/bus-util.c b/src/shared/bus-util.c
index 9c4d6a2da0..a106b64fd9 100644
--- a/src/shared/bus-util.c
+++ b/src/shared/bus-util.c
@@ -1507,7 +1507,7 @@ 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"))
+ "RootDirectory", "SyslogIdentifier", "ProtectSystem"))
r = sd_bus_message_append(m, "v", "s", eq);
else if (streq(field, "SyslogLevel")) {