]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/bus-unit-util.c
core/execute: always set $USER and introduce SetLoginEnvironment=
[thirdparty/systemd.git] / src / shared / bus-unit-util.c
index eeeabc66b15721c6676bc79e9cb0cd05931eeaa6..634a8f08c29b008800556f654e4cae41c38eab67 100644 (file)
@@ -1078,7 +1078,8 @@ static int bus_append_execute_property(sd_bus_message *m, const char *field, con
                               "ProtectHostname",
                               "MemoryKSM",
                               "RestrictSUIDSGID",
-                              "RootEphemeral"))
+                              "RootEphemeral",
+                              "SetLoginEnvironment"))
                 return bus_append_parse_boolean(m, field, eq);
 
         if (STR_IN_SET(field, "ReadWriteDirectories",