diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2016-09-30 04:39:40 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2016-09-30 04:39:40 +0000 |
commit | e8d84ce7ce9fe0af6fd314ffd2e3a179666aebef (patch) | |
tree | d292000240765f0cb41560664e410e5af1e976a9 /chapter06 | |
parent | bd312dcb8751f29d8ab6a86ffdaaaa67046d9ef7 (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.xml | 4 |
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> |