chiark / gitweb /
NEWS: mention ConditionSecurity=uefi-secureboot
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 20 Jun 2018 20:35:36 +0000 (22:35 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
Follow-up for be405b909e5d78b43e3af47e0d10cd84c714e2f3.

NEWS

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