From: Heiko Z. <smi...@us...> - 2004-04-27 13:39:44
|
Update of /cvsroot/devil-linux/build/config/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32623/config/etc Modified Files: 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.4 diff -u -d -r1.3 -r1.4 --- fstab 18 Mar 2003 22:02:54 -0000 1.3 +++ fstab 27 Apr 2004 13:39:35 -0000 1.4 @@ -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 |