]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: reword description of credstore
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 17 May 2022 08:32:20 +0000 (10:32 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 18 May 2022 06:29:17 +0000 (08:29 +0200)
The "in" at the end made the sentence hard to parse…

NEWS

diff --git a/NEWS b/NEWS
index 21a50ee48ed7c30b655fe0ad6290af803266094c..986b76a67f3d57f855694ab3cc8eb076f5fd08c2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -335,14 +335,14 @@ CHANGES WITH 251:
           this way can be turned off via the new
           `systemd.import_credentials=no` kernel command line option.
 
-        * LoadCredential= will now automatically search for credentials to
-          import in the /etc/credstore/, /run/credstore/, /usr/lib/credstore/
-          directories if no or a relative source filename is passed. Similar
-          LoadCredentialEncrypted= will search in these same directories, plus
+        * LoadCredential= will now automatically look for credentials in the
+          /etc/credstore/, /run/credstore/, /usr/lib/credstore/ directories if
+          the argument is not an absolute path. Similarly,
+          LoadCredentialEncrypted= will check the same directories plus
           /etc/credstore.encrypted/, /run/credstore.encrypted/ and
-          /usr/lib/credstore.encrypted/. The idea is that these directories are
-          now the recommended system-wide location to place credentials for
-          automatic pick-up by services in.
+          /usr/lib/credstore.encrypted/. The idea is to use those directories
+          as the system-wide location for credentials that services should pick
+          up automatically.
 
         * System and service credentials are described in great detail in a new
           document: