From 3b3e965d2933fadf3933216cbf53373f7cfa1b8a Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 30 May 2002 11:51:27 +0000 Subject: Fix bug #316 - replace sed's with patches. Done for c5-fileutils, c6-glibc, c6-gawk and c6-ed git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1947 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/ed-exp.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'chapter06/ed-exp.xml') diff --git a/chapter06/ed-exp.xml b/chapter06/ed-exp.xml index 41e4d35e4..a9a2792a3 100644 --- a/chapter06/ed-exp.xml +++ b/chapter06/ed-exp.xml @@ -1,10 +1,11 @@ Command explanations -The sed commands fix a symlink vulnerability in ed. The ed -executable creates files in /tmp with predictable names. By using -various symlink attacks, it is possible to have ed write to files -it should not, change the permissions of various files, etc. +patch -Np1 -i ../ed-&ed-version;.patch: This +patch fixes a symlink vulnerability in ed. The ed executable creates files +in /tmp with predictable names. By using various symlink attacks, it is +possible to have ed write to files it should not, change the permissions +of files, etc. -- cgit v1.2.3-54-g00ecf