diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/systemd.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 53b7a9199..3ff77dc02 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -40,6 +40,10 @@ <sect2 role="installation"> <title>Installation of systemd</title> + <para>Apply a patch to fix two critical security vulnerabilities:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../systemd-240-security_fixes-1.patch</userinput></screen> + <para>Create a symlink to work around missing xsltproc:</para> <screen><userinput remap="pre">ln -sf /tools/bin/true /usr/bin/xsltproc</userinput></screen> |