From c8df034e5fac95187683af6dea88781b4082a60e Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Thu, 13 Jan 2022 15:16:37 -0600 Subject: [PATCH] Fix CVE-2021-3997 in systemd. --- chapter01/changelog.xml | 11 +++++++++++ chapter01/whatsnew.xml | 3 +++ chapter03/patches.xml | 2 -- chapter08/systemd.xml | 11 ++--------- chapter10/kernel.xml | 6 ------ patches.ent | 6 ++---- 6 files changed, 18 insertions(+), 21 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ba7a7b587..20838c588 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,17 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2021-01-13 + + + [renodr] - Fixed CVE-2021-3997 in systemd, as well as fixing + an issue with the default hostname and idle units. Fixes + #4981. + + + + 2021-01-03 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 49014e397..65385d1aa 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -293,6 +293,9 @@ sysvinit-3.01-consolidated-1.patch + + systemd-250-upstream_fixes-1.patch + diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index ce03354a8..40c2a0df6 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -40,12 +40,10 @@ Installation of systemd - - Remove two unneeded groups, render and @@ -204,11 +202,6 @@ meson --prefix=/usr \ systemctl disable systemd-time-wait-sync.service - Fix a regression in a systemd unit that causes a delay when - switching TTYs: - -sed -i 's/idle/simple/' /usr/lib/systemd/system/getty@.service - + +