Update of /cvsroot/devil-linux/build/config/etc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32544/config/etc
Modified Files:
Tag: rel-1-0-patches
fstab
Log Message:
- closed security hole where etc.tar.bz2 had the wrong permissions after
save-config (Heiko / Tim Tait)
- closed security hole where an ordinary user was allowed to mount the
configuration floppy
Index: fstab
===================================================================
RCS file: /cvsroot/devil-linux/build/config/etc/fstab,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- fstab 18 Mar 2003 22:02:54 -0000 1.3
+++ fstab 27 Apr 2004 13:39:12 -0000 1.3.2.1
@@ -1,2 +1,2 @@
# location of filesystem mount point fs-type options
-/dev/fd0 /floppy auto noauto,user 0 0
+/dev/fd0 /floppy auto noauto 0 0
|