diff options
author | Simon Pilkington <simonp.git@mailbox.org> | 2024-09-25 11:26:02 +0200 |
---|---|---|
committer | Simon Pilkington <simonp.git@mailbox.org> | 2024-09-25 16:08:01 +0200 |
commit | bb322e43400d6b41447ef86f6f078da9aa3d445b (patch) | |
tree | 7b52f1468e34886246674cf672519ecd96859dc7 /NEWS | |
parent | creds: fix cat with encrypted credentials (diff) | |
download | systemd-bb322e43400d6b41447ef86f6f078da9aa3d445b.tar.xz systemd-bb322e43400d6b41447ef86f6f078da9aa3d445b.zip |
NEWS: Document change to systemd-creds 'cat' verb
See: https://github.com/systemd/systemd/pull/34548
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -11,7 +11,12 @@ CHANGES WITH 257 in spe: be updated accordingly. This change has been made to make it harder to accidentally delete too many files when using --purge incorrectly. - Announcements of Future Feature Removals and Incompatible Changes: + * The systemd-creds 'cat' verb now expects base64-encoded encrypted + credentials for consistency with the 'decrypt' verb and the + LoadCredentialEncrypted= service setting. Previously it could only + read raw binary data. + + Announcements of Future Feature Removals and Incompatible Changes: * Support for automatic flushing of the nscd user/group database caches has been dropped. |