From: Lennart Poettering Date: Mon, 10 Oct 2022 10:42:21 +0000 (+0200) Subject: NEWS: make clear we talk about *system* credentials here X-Git-Tag: v252-rc2~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4db5c45df81ef00974fb81bc49b2218456b32ca3;p=thirdparty%2Fsystemd.git NEWS: make clear we talk about *system* credentials here The new conditoins are placed inside of services, but they cannot be used to test service creds, but only system creds. This deserves explicit mention, since it might be confusing otherwise. Reverts a small part of 02380e19467cc2761fcea59c199379a8e1d801b9 --- diff --git a/NEWS b/NEWS index 8e0a1b5de9e..18abd832454 100644 --- a/NEWS +++ b/NEWS @@ -81,7 +81,8 @@ CHANGES WITH 252 in spe: in a new /etc/os-release field SUPPORT_END= described below. * Two new settings ConditionCredential= and AssertCredential= can be - used to skip or fail units if a certain credential is not provided. + used to skip or fail units if a certain system credential is not + provided. * ConditionMemory= accepts size suffixes (K, M, G, T, …).