summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-10-10 12:42:21 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-10-10 20:00:43 +0900
commit4db5c45df81ef00974fb81bc49b2218456b32ca3 (patch)
treeb1c4e377e005bb06a194f78511ef8e2b4bfb528a /NEWS
parent2164ccdaa21172462d4a6631304591c572b005cb (diff)
downloadsystemd-4db5c45df81ef00974fb81bc49b2218456b32ca3.tar.gz
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8e0a1b5de9..18abd83245 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, …).