]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: Extend note about systemd-sysext refresh changes
authorDaan De Meyer <daan@amutable.com>
Wed, 3 Jun 2026 13:34:22 +0000 (13:34 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 3 Jun 2026 14:20:27 +0000 (15:20 +0100)
Fixes #41523

NEWS

diff --git a/NEWS b/NEWS
index ab5c60d04782d620ea1c30f97ad9e1d502b158bb..eff8e1c2c0b851ce4c61f4ae41ca805f4392ecdd 100644 (file)
--- 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,