diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/systemd.xml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index c350dcf3a..67b27b8d8 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -40,17 +40,10 @@ <sect2 role="installation"> <title>Installation of systemd</title> -<!-- - <para>First, apply a patch to fix the build with GCC-10 and fix a segfault:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-2.patch</userinput></screen> ---> - - <!-- For linux-5.11's API headers changing the rfkill_event structure - <para>First, apply a patch to fix some build issues:</para> + <!--Fix CVE-2021-33910 --> + <para>First, apply a patch to fix a security vulnerability:</para> <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen> ---> <!-- Seems to be not needed anymore with 248 <para>Remove tests that cannot be built in chroot:</para> |