From bd02e1571012aad23f7b3a9fd9406d19b30a3bc6 Mon Sep 17 00:00:00 2001 From: Anton Ryzhov Date: Tue, 3 Jun 2025 00:20:30 +0200 Subject: [PATCH] man/systemd-creds: fix documentation typo in systemd.exec.xml --- man/systemd.exec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 7deda0f2979..cd7b1056bef 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -3680,7 +3680,7 @@ StandardInputData=V2XigLJyZSBubyBzdHJhbmdlcnMgdG8gbG92ZQpZb3Uga25vdyB0aGUgcnVsZX in the same way a regular credential specified via LoadCredential= would be. A credential configured this way may be symmetrically encrypted/authenticated with a secret key derived from the system's TPM2 security chip, or with a secret key stored in - /var/lib/systemd/credentials.secret, or with both. Using encrypted and + /var/lib/systemd/credential.secret, or with both. Using encrypted and authenticated credentials improves security as credentials are not stored in plaintext and only authenticated and decrypted into plaintext the moment a service requiring them is started. Moreover, credentials may be bound to the local hardware and installations, so that they cannot easily be -- 2.47.3