From: Zbigniew Jędrzejewski-Szmek Date: Tue, 17 May 2022 08:32:20 +0000 (+0200) Subject: NEWS: reword description of credstore X-Git-Tag: v251~16^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50db8d97b9c9d70de7e0745fbbd1c02253a04112;p=thirdparty%2Fsystemd.git NEWS: reword description of credstore The "in" at the end made the sentence hard to parse… --- diff --git a/NEWS b/NEWS index 21a50ee48ed..986b76a67f3 100644 --- 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: