summaryrefslogtreecommitdiffstats
path: root/src/shared/bus-unit-util.c
diff options
context:
space:
mode:
authorMike Yuan <me@yhndnzj.com>2024-06-22 12:28:08 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-06-22 23:43:14 +0200
commiteb37c0c07809d48aba34ffeced5c18055b70d81e (patch)
treedb8aa0d0857c7517c98792d5978fd5b632794d88 /src/shared/bus-unit-util.c
parenthwdb: Fix Logitech G915 TKL (Bluetooth) appearing as a mouse (diff)
downloadsystemd-eb37c0c07809d48aba34ffeced5c18055b70d81e.tar.xz
systemd-eb37c0c07809d48aba34ffeced5c18055b70d81e.zip
bus-unit-util: add PrivateTmpEx to bus_append_execute_property()
Follow-up for 9d50d053f327e5471a514bc36487bfc3358c15d8
Diffstat (limited to '')
-rw-r--r--src/shared/bus-unit-util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/bus-unit-util.c b/src/shared/bus-unit-util.c
index da83422524..751cb29c62 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",