[Goodies-dev] [Bug 4755] unable to add xfce4-mount-plugin into panel

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Wed Dec 31 16:22:25 CET 2008


http://bugzilla.xfce.org/show_bug.cgi?id=4755





--- Comment #7 from michael.uherek at encipher.de  2008-12-31 15:22:24 UTC ---
Seems that i figured out the problem!
My /etc/fstab had no world-readable permissions.
After changing 
-rw-r----- 1 root root 716 30. Dez 12:52 /etc/fstab
to 
-rw-r--r-- 1 root root 716 31. Dez 15:44 /etc/fstab
the mount-plugin works fine.

Normaly there is no need for normal users to read fstab, because mount/umount
got a suid-bit or corresponding PCAPS to override file permissions. But the
mount-plugin seems to read as user process fstab direcly and will fail without
world-read permissions.

-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Goodies-dev mailing list