Comment 16 for bug 453605

Revision history for this message
Alkis Georgopoulos (alkisg) wrote : Re: Make default mount umasks configurable

P.S. completely removing dmask from the mount options and letting /media/username "cover" the permission issues,
couples well with UDISKS_FILESYSTEM_SHARED,
so that people that want USB drives to be shared across users,
can just specify UDISKS_FILESYSTEM_SHARED="1" in udev for those drives.

Then /media/mountpoint will be world-readable for vfat/ntfs, as expected
(as opposed to /media/username/mountpoint which is protected with the default UDISKS_FILESYSTEM_SHARED="0").