summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2023-01-24 19:12:36 +0000
committerLuca Boccassi <bluca@debian.org>2023-01-24 19:12:36 +0000
commitbe551917938391ba57fd570bd19be4d6c3c547bc (patch)
tree19985e21433a57e9ce0713157ea65fc333c9dc04 /NEWS
parent40c5cc2b214fd47ebfe85786a2a220bd3e9f275a (diff)
downloadsystemd-be551917938391ba57fd570bd19be4d6c3c547bc.tar.gz
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d71f72ec76..87d71b67f4 100644
--- a/NEWS
+++ b/NEWS
@@ -78,7 +78,8 @@ CHANGES WITH 253 in spe:
* The manager has a new
org.freedesktop.systemd1.Manager.GetUnitByPIDFD() method to query
- process ownership via a PIDFD.
+ process ownership via a PIDFD, which is more resilient against PID
+ recycling issues.
* Scope units now support OOMPolicy=. Login session scopes default to
OOMPolicy=continue, allowing login scopes to survive the OOM killer
@@ -117,6 +118,13 @@ CHANGES WITH 253 in spe:
in the expected namespace. (Many distributions replace their file
with something custom, so this change has limited effect.)
+ * A new environment variable $SYSTEMD_DEFAULT_MOUNT_RATE_LIMIT_BURST can
+ can be used to override the mount units burst late limit for parsing
+ '/proc/self/mountinfo', which was introduced in v249. Defaults to 5.
+
+ * Drop-ins for init.scope changing control cgroup resource limits are
+ now applied, while they were previously ignored.
+
Changes in udev:
* The new net naming scheme "v253" has been introduced. In the new
@@ -413,6 +421,9 @@ CHANGES WITH 253 in spe:
SD_PATH_SYSTEMD_SEARCH_SYSTEM_ENVIRONMENT_GENERATOR, and
SD_PATH_SYSTEMD_SEARCH_USER_ENVIRONMENT_GENERATOR,
+ * sd-notify now supports AF_VSOCK, in the "vsock:CID:port" format, for
+ the notify_socket parameter/environment variable/credential.
+
* Detection of chroot environments now works if /proc/ is not mounted.
This affects systemd-detect-virt --chroot, but also means that systemd
tools will silently skip various operations in such an environment.