aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/texinfo.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-10-08 18:33:50 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-10-08 18:33:50 +0000
commit50993e3328b6805cf541d612bac341220b460457 (patch)
tree3bcc82c74a02468c8cbbe50d39744dca0c4fd30d /chapter06/texinfo.xml
parente193a756835391e51e3fca08ec63d2b2fe8d1a68 (diff)
Added patch to fix vulnerable tempfile creation texinfo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6983 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/texinfo.xml')
-rw-r--r--chapter06/texinfo.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml
index 0cab8d0ae..292963d7e 100644
--- a/chapter06/texinfo.xml
+++ b/chapter06/texinfo.xml
@@ -31,6 +31,11 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem>
<sect2 role="installation">
<title>Installation of Texinfo</title>
+<para>Texinfo allows local users to overwrite arbitrary files via a symlink
+attack on temporary files. Apply the following patch to fix this:</para>
+
+<screen><userinput>patch -Np1 -i ../&texinfo-tempfile_fix-patch;</userinput></screen>
+
<para>Prepare Texinfo for compilation:</para>
<screen><userinput>./configure --prefix=/usr</userinput></screen>