浏览代码

Better explanation than the previous url (easier to just read it than
having to 'click away'


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@951 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Gerard Beekmans 24 年之前
父节点
当前提交
7511586fd5
共有 1 个文件被更改,包括 6 次插入4 次删除
  1. 6 4
      chapter06/ed-exp.xml

+ 6 - 4
chapter06/ed-exp.xml

@@ -1,8 +1,10 @@
 <sect2>
 <title>Command explanations</title>
 
-<para>The sed commands fix a symlink vulnerability in ed. See
-<ulink url="http://www.securityfocus.com/templates/advisory.html?id=3308">
-http://www.securityfocus.com/templates/advisory.html?id=3308</ulink> for
-more information.</sect2>
+<para>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.</para>
+
+</sect2>