https://qa.mandrakesoft.com/show_bug.cgi?id=974





------- Additional Comments From [EMAIL PROTECTED]  2003-02-23 22:18 -------
I would consider it a bug if the umask was not set to 0 on the standard security
level. I thought Mandrake is supposed to be primarily a desktop distribution.
Limiting users from full access to legacy partitions would be counterproductive. 



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



------- Reminder: -------
assigned_to: __UNKNOWN__
status: RESOLVED
creation_date: 
description: 
This problem is seen in mandrake-9.0. This is not really a problem of mount but a  
problem of the settings file /etc/fstab. Basically, its a configuration problem. 
My windows (FAT32) partition is mounted as per the fstab entry: 
 
/dev/hda1 /mnt/windows vfat iocharset=iso8859-1,codepage=850,umask=0 0 0 
 
The value of umask(=0) makes many system files on the FAT32 partition writable by a  
non-root linux user. This is very undesirable and risky. In the extreme case, a  
well-designed linux virus can easily damage the windows system files !! 
The proper solution to this is to change the umask value to 022 so that only root has 
 write access to the FAT32 system.

Reply via email to