diff options
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/systemd.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/systemd.conf.in b/tmpfiles.d/systemd.conf.in index d267a6b2e6..fa838d8d06 100644 --- a/tmpfiles.d/systemd.conf.in +++ b/tmpfiles.d/systemd.conf.in @@ -66,7 +66,7 @@ d /var/log/private 0700 root root - d /var/cache/private 0700 root root - {% if ENABLE_EFI %} -# Copy sd-stub provided PCR signature and and public key file from initrd into /run/, so that it will survive the initrd stage +# Copy sd-stub provided PCR signature and public key file from initrd into /run/, so that it will survive the initrd stage C /run/systemd/tpm2-pcr-signature.json 0444 root root - /.extra/tpm2-pcr-signature.json C /run/systemd/tpm2-pcr-public-key.pem 0444 root root - /.extra/tpm2-pcr-public-key.pem {% endif %} |