From eb1322744dea4010a61a492fb60d1b37149e280c Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Tue, 4 Feb 2020 15:47:24 +0100 Subject: [PATCH] NEWS: correct indenting for two entries --- NEWS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 74dc7e368e..d3d7d6f549 100644 --- a/NEWS +++ b/NEWS @@ -257,13 +257,13 @@ CHANGES WITH 245 in spe: permanent MAC address of a network device even if a randomized MAC address is used. - * systemd-logind will now validate access to the operation for changing - virtual terminals via a PolicyKit action. By default only users with - at least one session on a local VT will get access to the method call. + * systemd-logind will now validate access to the operation for changing + virtual terminals via a PolicyKit action. By default only users with + at least one session on a local VT will get access to the method call. - * When systemd sets up PAM sessions that invoked service processes shall - run in, the pam_setcred() API is now invoked, thus permitting PAM - modules to set additional credentials for the processes. + * When systemd sets up PAM sessions that invoked service processes shall + run in, the pam_setcred() API is now invoked, thus permitting PAM + modules to set additional credentials for the processes. …