aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2016-09-30 04:39:40 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2016-09-30 04:39:40 +0000
commite8d84ce7ce9fe0af6fd314ffd2e3a179666aebef (patch)
treed292000240765f0cb41560664e410e5af1e976a9 /chapter06
parentbd312dcb8751f29d8ab6a86ffdaaaa67046d9ef7 (diff)
Added a security patch for systemd
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11130 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/systemd.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index a6c38904a..cce7c1177 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -59,6 +59,10 @@
-e 's@test-copy$(EXEEXT) @@' \
-i Makefile.in</userinput></screen>
+ <para>Apply a patch to fix a security issue:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../systemd-231-security_fix-1.patch</userinput></screen>
+
<para>Create a file to allow systemd to build when using Util-Linux
built in Chapter 5, to disable LTO by default, and to build without
xlstproc:</para>