From: Lennart Poettering Date: Tue, 23 Apr 2024 11:17:10 +0000 (+0200) Subject: update NEWS X-Git-Tag: v256-rc1~39^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F32434%2Fhead;p=thirdparty%2Fsystemd.git update NEWS --- diff --git a/NEWS b/NEWS index f6031c766c1..e587ade01f1 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).