Comment 10 for bug 1313874

Revision history for this message
In , David Riebenbauer (davrieb) wrote :

Created attachment 90559
Patch to try to mount filesystems as calling user first.

This seems to be a regression, where udisks wouldn't try to mount filesystems as the calling user first. This can be tested with any entry with the user keyword and a fat filesystem. In my case an usb dongle.

UUID=10B3-837F /media/cruzer vfat rw,nosuid,nodev,relatime,user,showexec,utf8,errors=remount-ro 0 0

Mounting the device with udisks results in the filesystem mounted as root.

I've attached a patch to fix the problem. Please review.