]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update NEWS 26548/head
authorLennart Poettering <lennart@poettering.net>
Wed, 22 Feb 2023 17:43:45 +0000 (18:43 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 28 Feb 2023 20:42:29 +0000 (21:42 +0100)
NEWS

diff --git a/NEWS b/NEWS
index a5f882c5ec501420ab3abb69ff25c08945666be5..4ef7fb2af31c205894f4b62600121a497001c411 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,23 @@
 systemd System and Service Manager
 
+CHANGES WITH 254 in spe:
+
+        Security relevant changes:
+
+        * pam_systemd will now by default pass the CAP_WAKE_ALARM ambient
+          process capability to invoked session processes of regular users on
+          local seats (as well as to systemd --user), unless configured
+          otherwise via data from JSON user records, or via the PAM module's
+          parameter list. This is useful in order allow desktop tools such as
+          GNOME's Alarm Clock application to set a timer for
+          CLOCK_REALTIME_ALARM that wakes up the system when it elapses. A
+          per-user service unit file may thus use AmbientCapability= to pass
+          the capability to invoked processes. Note that this capability is
+          relatively narrow in focus (in particular compared to other process
+          capabilities such as CAP_SYS_ADMIN) and we already — by default —
+          permit more impactful operations such as system suspend to local
+          users.
+
 CHANGES WITH 253:
 
         Announcements of Future Feature Removals and Incompatible Changes: