From: Zbigniew Jędrzejewski-Szmek Date: Wed, 20 Jun 2018 20:35:36 +0000 (+0200) Subject: NEWS: mention ConditionSecurity=uefi-secureboot X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=6be088f22b8655b753606836abb9187fe39bc960 NEWS: mention ConditionSecurity=uefi-secureboot Follow-up for be405b909e5d78b43e3af47e0d10cd84c714e2f3. --- 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