]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: make clear we talk about *system* credentials here
authorLennart Poettering <lennart@poettering.net>
Mon, 10 Oct 2022 10:42:21 +0000 (12:42 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 10 Oct 2022 11:00:43 +0000 (20:00 +0900)
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

NEWS

diff --git a/NEWS b/NEWS
index 8e0a1b5de9eb16b34d1e3f474e9f39d870080dd3..18abd832454062a83f3e0861b5f9e7f9311fdcc5 100644 (file)
--- 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, …).