From eb37c0c07809d48aba34ffeced5c18055b70d81e Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Sat, 22 Jun 2024 12:28:08 +0200 Subject: [PATCH] bus-unit-util: add PrivateTmpEx to bus_append_execute_property() Follow-up for 9d50d053f327e5471a514bc36487bfc3358c15d8 --- src/shared/bus-unit-util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/bus-unit-util.c b/src/shared/bus-unit-util.c index da83422524f..751cb29c624 100644 --- a/src/shared/bus-unit-util.c +++ b/src/shared/bus-unit-util.c @@ -1037,6 +1037,7 @@ static int bus_append_execute_property(sd_bus_message *m, const char *field, con "SyslogIdentifier", "ProtectSystem", "ProtectHome", + "PrivateTmpEx", "SELinuxContext", "RootImage", "RootVerity",