diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2024-11-01 12:39:26 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-11-01 12:39:26 +0100 |
commit | e7bbcbb27c8c49abf9662be91838adf63b1cb9be (patch) | |
tree | 4bdc7c8fc6b39e7efdca84ca5b51d30568b668de /NEWS | |
parent | util-lib/systemd-run: implement race-free PTY peer opening (#34953) (diff) | |
download | systemd-e7bbcbb27c8c49abf9662be91838adf63b1cb9be.tar.xz systemd-e7bbcbb27c8c49abf9662be91838adf63b1cb9be.zip |
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -171,7 +171,7 @@ CHANGES WITH 257 in spe: to refer to processes. * A build option -D link-executor-shared=false can be used to build - the systemd-executor binary (added in the previous release) in a way + the systemd-executor binary (added in a previous release) in a way where it does not link to shared libsystemd-shared-….so library. PID1 holds a reference to the executor binary that was on disk when the manager was started or restarted, but the shared libraries it is @@ -242,6 +242,11 @@ CHANGES WITH 257 in spe: "strict" a new cgroup namespace is allocated for the service, and cgroupfs is mounted read-only for the service. + * The StateDirectory=, RuntimeDirectory=, CacheDirectory=, LogsDirectory=, + and ConfigurationDirectory= settings gained support for configuring the + respective directories as read-only, via a ':ro' flag that can be + appended to each setting. + systemd-udevd: * udev rules now set 'uaccess' for /dev/udmabuf, giving locally |