diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 03:30:05 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 03:30:05 +0000 |
commit | 51a594db0dfe14b88afea6163de0519a03626b6c (patch) | |
tree | 2f601b2f60a4fb4ab4710bd3ab1df520b267cb72 | |
parent | c7d30405e2cd7632fa4610d1470a892dfc9e2a1e (diff) |
Remove old ed exp file.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2367 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/ed-exp.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chapter06/ed-exp.xml b/chapter06/ed-exp.xml deleted file mode 100644 index a9a2792a3..000000000 --- a/chapter06/ed-exp.xml +++ /dev/null @@ -1,11 +0,0 @@ -<sect2> -<title>Command explanations</title> - -<para><userinput>patch -Np1 -i ../ed-&ed-version;.patch:</userinput> 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.</para> - -</sect2> - |