From: Lennart Poettering Date: Tue, 17 Feb 2026 14:03:07 +0000 (+0100) Subject: ci: drop 'Ex' suffix from transient props X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c86a72af04488276bf658a1359fc388fae1e9ec8;p=thirdparty%2Fsystemd.git ci: drop 'Ex' suffix from transient props The "Ex" is mostly internal, and our parsers will append it automatically when needed --- 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 \