From: Daan De Meyer Date: Wed, 3 Jun 2026 13:34:22 +0000 (+0000) Subject: NEWS: Extend note about systemd-sysext refresh changes X-Git-Tag: v261-rc3~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0400c8b2e3ac4000b0e5471dab880772db7f118;p=thirdparty%2Fsystemd.git NEWS: Extend note about systemd-sysext refresh changes Fixes #41523 --- diff --git a/NEWS b/NEWS index ab5c60d0478..eff8e1c2c0b 100644 --- a/NEWS +++ b/NEWS @@ -1265,7 +1265,14 @@ CHANGES WITH 260: suppress any operation in case no images where added, removed or changed. To force a umount/mount operation in this case (i.e. get back to the status quo ante) a new --always-refresh= option has been - added. + added. Note that the change detection identifies extensions by + identity (verity hash, or else by file handle/inode, mount ID, + creation time and modification time), and does not look at their + contents. In particular, for directory-based extensions, adding, + removing or modifying files inside the directory (or touching the + directory itself) is not detected, and such a refresh is suppressed + by default. Use --always-refresh=yes to force a refresh in these + cases. * systemd-oomd acquired "prekill hook" functionality, permitting other system components to synchronously hook into the OOM killing logic,