summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-20 22:35:36 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit6be088f22b8655b753606836abb9187fe39bc960 (patch)
treed9498db0b88b279854bc90fc9b885768a76ccadd
parentff8b209595fb77a89a43a741e65a0b2c490d4143 (diff)
NEWS: mention ConditionSecurity=uefi-secureboot
Follow-up for be405b909e5d78b43e3af47e0d10cd84c714e2f3.
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e8c2a12cf..7eb547556 100644
--- a/NEWS
+++ b/NEWS
@@ -302,8 +302,6 @@ CHANGES WITH 239 in spe:
https://github.com/systemd/systemd/blob/master/doc/PORTABLE_SERVICES.md
https://github.com/systemd/systemd/blob/master/doc/CODE_QUALITY.md
- * pam_elogind will now look for PAM userdata fields elogind.memory_max,
- elogind.tasks_max, elogind.cpu_weight, elogind.io_weight set by
* The Boot Loader Specification has been added to the source tree.
https://github.com/systemd/systemd/blob/master/doc/BOOT_LOADER_SPECIFICATION.md
@@ -311,6 +309,8 @@ CHANGES WITH 239 in spe:
While moving it into our source tree we have updated it and further
changes are now accepted through the usual github PR workflow.
+ * pam_elogind will now look for PAM userdata fields elogind.memory_max,
+ elogind.tasks_max, elogind.cpu_weight, elogind.io_weight set by
earlier PAM modules. The data in these fields is used to initialize
the session scope's resource properties. Thus external PAM modules
may now configure per-session limits, for example sourced from
@@ -333,6 +333,9 @@ CHANGES WITH 239 in spe:
system namespacing options. One such service is elogind-udevd.service
wher this is now used by default.
+ * ConditionSecurity= gained a new value "uefi-secureboot" that is true
+ when the system is booted in UEFI "secure mode".
+
* A new unit "system-update-pre.target" is added, which defines an
optional synchronization point for offline system updates, as
implemented by the pre-existing "system-update.target" unit. It