diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-16 11:32:50 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-16 11:32:50 +0000 |
commit | 2d58af2f117e6b43dbcb65e19e76f2824e8552ad (patch) | |
tree | 88d3294cf68ed830848b5a6bef97ad13f4481f70 | |
parent | 892179e467d7be00ddf5af9061fc7473927da3fd (diff) |
Tag fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7031 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/util-linux.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 2af6c2866..91a521f8c 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -52,7 +52,8 @@ The following patch properly fixes this issue:</para> <screen><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen> <para>Util-linux has a security vulnerability that could allow a user to remount -a volume without the nosuid option. The following patch fixes this issue:</para> +a volume without the <option>nosuid</option> option. The following patch fixes +this issue:</para> <screen><userinput>patch -Np1 -i ../&util-linux-umount-patch;</userinput></screen> |