From: Lennart Poettering Date: Thu, 7 Mar 2019 15:46:25 +0000 (+0100) Subject: run: make sure NetworkNamespacePath= can be used on the systemd-run cmdline X-Git-Tag: v242-rc1~158^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ad9fb38a9b20dee8bb8e576b2be9c278bf2df1c;p=thirdparty%2Fsystemd.git run: make sure NetworkNamespacePath= can be used on the systemd-run cmdline --- diff --git a/src/shared/bus-unit-util.c b/src/shared/bus-unit-util.c index dff87f565ed..3ea1bd29c90 100644 --- a/src/shared/bus-unit-util.c +++ b/src/shared/bus-unit-util.c @@ -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);