From 6645dc053dea3adaa3a3f14d7b2ec5e36c08fbdd Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 23 Apr 2024 13:17:10 +0200 Subject: [PATCH] update NEWS --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index f6031c766c..e587ade01f 100644 --- a/NEWS +++ b/NEWS @@ -663,6 +663,13 @@ CHANGES WITH 256-rc1: systemd-cryptsetup/systemd-cryptenroll: + * The device node argument to systemd-cryptenroll is now optional. If + omitted it will be derived automatically from the backing block + device of /var/ (which quite likely is the same as the root file + system, hence effectively means if you don't specify things otherwise + the tool will now default to enrolling a key into the root file + system's LUKS device). + * systemd-cryptenroll can now enroll directly with a PKCS11 public key (instead of a certificate).