From c86a72af04488276bf658a1359fc388fae1e9ec8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 17 Feb 2026 15:03:07 +0100 Subject: [PATCH] ci: drop 'Ex' suffix from transient props The "Ex" is mostly internal, and our parsers will append it automatically when needed --- test/units/TEST-07-PID1.delegate-namespaces.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/units/TEST-07-PID1.delegate-namespaces.sh b/test/units/TEST-07-PID1.delegate-namespaces.sh index 61d09866850..0221c5a9c38 100755 --- a/test/units/TEST-07-PID1.delegate-namespaces.sh +++ b/test/units/TEST-07-PID1.delegate-namespaces.sh @@ -88,14 +88,14 @@ testcase_multiple_features() { -p PrivateTmp=yes \ -p PrivateDevices=yes \ -p PrivateNetwork=yes \ - -p PrivateUsersEx=self \ + -p PrivateUsers=self \ -p PrivateIPC=yes \ -p ProtectHostname=yes \ -p ProtectClock=yes \ -p ProtectKernelTunables=yes \ -p ProtectKernelModules=yes \ -p ProtectKernelLogs=yes \ - -p ProtectControlGroupsEx=private \ + -p ProtectControlGroups=private \ -p LockPersonality=yes \ -p Environment=ABC=QED \ -p DelegateNamespaces=yes \ -- 2.47.3