diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-09-18 09:45:53 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-09-18 09:45:53 +0000 |
commit | e94165c26e7cfed1e645e43ec10e2f9195dfecc2 (patch) | |
tree | 56f4a8bbbf11ee9911ab1441064b52ef3697ff12 /chapter06 | |
parent | 5ebdc13a4a70fe16cc74c7ff95a3563402a70326 (diff) |
Tags fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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 b74eaadff..2aee89f76 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -63,7 +63,8 @@ following patch to fix the problem:</para> <screen><userinput>patch -Np1 -i ../&util-linux-reiser_crash-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> |