]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
run: make sure NetworkNamespacePath= can be used on the systemd-run cmdline
authorLennart Poettering <lennart@poettering.net>
Thu, 7 Mar 2019 15:46:25 +0000 (16:46 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 7 Mar 2019 16:47:29 +0000 (17:47 +0100)
src/shared/bus-unit-util.c

index dff87f565ed991772fea9f8bab86662623995bd5..3ea1bd29c90faca14287e7bae7e5dc71cf5cfd0e 100644 (file)
@@ -744,7 +744,7 @@ static int bus_append_execute_property(sd_bus_message *m, const char *field, con
                        "UtmpIdentifier", "UtmpMode", "PAMName", "TTYPath",
                        "WorkingDirectory", "RootDirectory", "SyslogIdentifier",
                        "ProtectSystem", "ProtectHome", "SELinuxContext", "RootImage",
-                       "RuntimeDirectoryPreserve", "Personality", "KeyringMode"))
+                       "RuntimeDirectoryPreserve", "Personality", "KeyringMode", "NetworkNamespacePath"))
 
                 return bus_append_string(m, field, eq);