diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-20 22:35:36 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-20 22:35:36 +0200 |
commit | 57ab451e856fc9a5722499b499ac988e4988577a (patch) | |
tree | 00ac18d9ee34ba0ab4a5ed3ecbd760037fc05530 | |
parent | condition: add new conditon ConditionSecurity=uefi-secureboot (diff) | |
download | systemd-57ab451e856fc9a5722499b499ac988e4988577a.tar.gz systemd-57ab451e856fc9a5722499b499ac988e4988577a.tar.bz2 systemd-57ab451e856fc9a5722499b499ac988e4988577a.zip |
NEWS: mention ConditionSecurity=uefi-secureboot
Follow-up for be405b909e5d78b43e3af47e0d10cd84c714e2f3.
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -333,6 +333,9 @@ CHANGES WITH 239 in spe: system namespacing options. One such service is systemd-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 |