diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2022-12-28 09:52:50 -0600 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2022-12-28 09:52:50 -0600 |
commit | e193e35799dc8e247c9efecf8440a835462a77ed (patch) | |
tree | 0600cabb3c6b8dfa7cfae73923430e32ab7498de /chapter08 | |
parent | fb3f5d7424639890ae6643648bb9ac88a6d674c6 (diff) |
Patch systemd against CVE-2022-4415
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/systemd.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 4548056ea..2c5c0e11b 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -40,11 +40,11 @@ <sect2 role="installation"> <title>Installation of systemd</title> -<!-- - <para>First, fix an issue introduced by glibc-2.36.</para> + + <para>First, fix a security issue in systemd-coredump:</para> <screen><userinput remap="pre">patch -Np1 -i ../&systemd-upstream-patch;</userinput></screen> ---> + <para>Remove two unneeded groups, <systemitem class="groupname">render</systemitem> and |