diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-26 01:43:23 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-26 01:43:23 +0100 |
commit | e05ac0557f10536c213bf93a3e23e1c82de288bb (patch) | |
tree | eb5d5ee062881d11daa5f2638a5ba925ea60501e /src/shared/bus-util.c | |
parent | ae9b44b64c8494f2cec4198ce9034c53f48ce699 (diff) | |
parent | 64fa5643df3353260720e7ca7cb484b1f364dbeb (diff) |
Merge pull request #1675 from evverx/run-protect-home
systemd-run can launch units with ProtectHome
Diffstat (limited to 'src/shared/bus-util.c')
-rw-r--r-- | src/shared/bus-util.c | 3 |
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")) { |