should not list mounts that the user doesn't have permission to use

Bug #210379 reported by Andy Stallwood
28
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gvfs
Fix Released
Medium
glib2.0 (Ubuntu)
Fix Released
Low
Martin Pitt
Hardy
Won't Fix
Low
Martin Pitt
ltspfs (Ubuntu)
Fix Released
Medium
Oliver Grawert
Hardy
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: gvfs

Hi,
As per the comment from Seb Bacher (see https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/209926), I am raising this specific part of the bug under gvfs.

After upgrading to Hardy, all 3 of my network drive maps (mounted via /etc/fstab) are shown as icons on the desktop to both my users, when on Gutsy it only showed icons for the drives I (andy) had permissions to read, and the same (in reverse) for my second user (jo). The share I don't have permissions to won't actually open (which is exactly correct), but the icons are still shown on the desktop for all 3.

My /etc/fstab file is as follows :-

#Andy's Network Drives
//buffalo/shared /media/AndySharedDocs cifs credentials=/root/.andycredentials,iocharset=utf8,uid=andy,gid=andy,dir_mode=0700,file_mode=0700 0 0
//buffalo/andy /media/AndyDocs cifs credentials=/root/.andycredentials,iocharset=utf8,uid=andy,gid=andy,dir_mode=0700,file_mode=0700 0 0
#Jo's Network Drives
//buffalo/jo /media/JoDocs cifs credentials=/root/.jocredentials,iocharset=utf8,uid=jo,gid=jo,dir_mode=0700,file_mode=0700 0 0

Output from the 2 commands :-

andy@andy-laptop:~$ lsb_release -rd
Description: Ubuntu hardy (development branch)
Release: 8.04

andy@andy-laptop:~$ apt-cache policy gvfs
gvfs:
  Installed: 0.2.2svn20080331-0ubuntu1
  Candidate: 0.2.2svn20080331-0ubuntu1
  Version table:
 *** 0.2.2svn20080331-0ubuntu1 0
        500 http://gb.archive.ubuntu.com hardy/main Packages
        100 /var/lib/dpkg/status

andy@andy-laptop:~$ apt-cache policy gvfs-backends
gvfs-backends:
  Installed: 0.2.2svn20080331-0ubuntu1
  Candidate: 0.2.2svn20080331-0ubuntu1
  Version table:
 *** 0.2.2svn20080331-0ubuntu1 0
        500 http://gb.archive.ubuntu.com hardy/main Packages
        100 /var/lib/dpkg/status
andy@andy-laptop:~$

Revision history for this message
Andy Stallwood (andy-stallwood) wrote :

This shows the permissions on the mounted drives. As you'll see I shouldn't get an icon on my desktop for "JoDocs", and jo shouldn't get icons for "AndyDocs" or "AndySharedDocs"

andy@andy-laptop:/media$ ls -al
total 20
drwxr-xr-x 8 root root 4096 2008-04-03 21:25 .
drwxr-xr-x 21 root root 4096 2008-04-03 21:20 ..
drwx--x--x 26 andy andy 0 2008-04-03 20:27 AndyDocs
drwx------ 9 andy andy 0 2008-03-28 17:34 AndySharedDocs
drwx------ 10 jo jo 0 2008-03-29 13:57 JoDocs
(I've deleted cdrom0 etc. from the output to make it easier to read)

Also gvfs has been updated. New versions show below. I still have the issue though.
andy@andy-laptop:~$ apt-cache policy gvfs
gvfs:
  Installed: 0.2.2svn20080403-0ubuntu1
  Candidate: 0.2.2svn20080403-0ubuntu1
  Version table:
 *** 0.2.2svn20080403-0ubuntu1 0
        500 http://gb.archive.ubuntu.com hardy/main Packages
        100 /var/lib/dpkg/status
andy@andy-laptop:~$ apt-cache policy gvfs-backends
gvfs-backends:
  Installed: 0.2.2svn20080403-0ubuntu1
  Candidate: 0.2.2svn20080403-0ubuntu1
  Version table:
 *** 0.2.2svn20080403-0ubuntu1 0
        500 http://gb.archive.ubuntu.com hardy/main Packages
        100 /var/lib/dpkg/status

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks for your bug report. This bug has been reported to the developers of the software. You can track it and make comments here: http://bugzilla.gnome.org/show_bug.cgi?id=526320

Changed in gvfs:
assignee: nobody → desktop-bugs
importance: Undecided → Low
status: New → Triaged
milestone: none → ubuntu-8.04.1
Changed in gvfs:
status: Unknown → Fix Released
Changed in gvfs:
status: Fix Released → New
Revision history for this message
Sebastien Bacher (seb128) wrote :

upstream made that work only for subdirs because the code listing the mountpoints is not asynchronous and then don't want to get everything blocking when trying to access() the mountpoint for not responding nfs mounts for example, the change fixes the ltsp case though so it's worth getting as an update

Changed in glib2.0:
assignee: nobody → desktop-bugs
importance: Undecided → Low
status: New → Triaged
Revision history for this message
Sebastien Bacher (seb128) wrote :

TESTCASE for the subdir scenario described
- create a testcase directory in media for example
- mount something in /media/testcase/directory, and easy way is to edit fstab to change your cdrom mountpoint to that directory
- change the testcase directory to be owned by your user and have permissions 700
- open a session as an another user
- notice that the cd is listed on the desktop
- install the update, restart the session and notice that the cd is not listed now

Revision history for this message
Andy Stallwood (andy-stallwood) wrote :

That's excellent news. Thanks Seb (and whoever fixed it).

How do I go about getting the update? I've done an update of Hardy (via Update Manager), and didn't get any updates to ltspfs or glib. Do I need to wait for it to be published as a Ubuntu Update, or am I not doing something write.

Andy

Revision history for this message
Sebastien Bacher (seb128) wrote :

the update is a stable update candidate, once an ubuntu-sru member accepts it it'll be available in hardy-proposed, then after a week if the testing confirms the update is alright it'll be moved to hardy-updates

Revision history for this message
Martin Pitt (pitti) wrote :

Accepted into -proposed, please test and give feedback here

Changed in glib2.0:
status: Triaged → Fix Committed
Revision history for this message
Martin Pitt (pitti) wrote :

I can verify this, assinging for me for this purpose.

Changed in glib2.0:
assignee: desktop-bugs → pitti
Revision history for this message
Nubae (dvanassche) wrote :

I can verify that this indeed fixes the issue. Users now only see what is owned by them in Places.

Revision history for this message
Martin Pitt (pitti) wrote :

Verification failed for me. I logged in as 'martin' and in another session as 'joe', and plugged in an USB stick when 'joe' was active. Then I switched back to 'martin' and got an icon and a (corrupt) nautilus window for the USB stick, together with an "Could not be displayed, inaccessible" error message.

Revision history for this message
Oliver Grawert (ogra) wrote :

an additional fix in ltspfs was missing, a new ltspfs package is uploaded to hardy-proposed

Revision history for this message
Oliver Grawert (ogra) wrote :
Revision history for this message
Martin Pitt (pitti) wrote :

I don't understand how this ltspfs fix should change anything? Permissions of mount point directories are irrelevant, they are replaced by the mounted partition's root dir permissions after mount. So how on earth could this change the situation? Or do you do the chmod *after* the mounting? That would be wrong, since you'd change permissions on the mounted device (which you shouldn't do, at least not without asking the user).

Revision history for this message
Martin Pitt (pitti) wrote :

To be completely candid, this gvfs patch is bogus. Can we please do something like http://bugzilla.gnome.org/show_bug.cgi?id=526320#c20 ? I'm happy to work on this if nobody else wants to.

Revision history for this message
Martin Pitt (pitti) wrote :

Accepted ltspfs into hardy-proposed, please test.

Changed in ltspfs:
status: New → Fix Committed
Revision history for this message
Martin Pitt (pitti) wrote :

Oliver, please upload the fix into Intrepid.

Changed in ltspfs:
assignee: nobody → ogra
importance: Undecided → Medium
status: New → Triaged
Revision history for this message
Martin Pitt (pitti) wrote :

I'll try to come up with a better patch.

Changed in glib2.0:
assignee: desktop-bugs → pitti
Revision history for this message
Oliver Grawert (ogra) wrote :

synced new upstream into intrepid, containing the fix

Changed in ltspfs:
status: Triaged → Fix Released
Revision history for this message
Martin Pitt (pitti) wrote :

I copied the current hardy-proposed version of glib2.0 to hardy-updates, so that the ltsp case gets fixed. I keep the bug open, though, since the general case is not solved yet.

Changed in glib2.0:
status: Fix Committed → In Progress
Revision history for this message
Oliver Grawert (ogra) wrote :

the ltspfs package in proposed works fine, all fixes we have there are applied upstream as well and included in the latest version we synced from debian for intrepid, please copy over ltspfs from -proposed to -updates

Revision history for this message
Martin Pitt (pitti) wrote :

Copied to hardy-updates.

Changed in ltspfs:
status: Fix Committed → Fix Released
Revision history for this message
Andy Stallwood (andy-stallwood) wrote :

I can confirm that my original bug is now fixed with this update. I only see network drives on my desktop (and in Places) which I have permissions for, and likewise for my other users. Well done, and thanks everybody.

Andy

Revision history for this message
Michael Blinn (mblinn-gmail) wrote :

With ltspfs updates I still see this bug, or a variant thereof. I currently see two others' floppy0 icons on desktop (with gconf-editor apps->nautilus->desktop->volumes_visible checked) and also in Places menu. Not sure if it's relevant, but I have 12 users logged in right now, and am only showing 2 floppies.

mblinn@www:~$ apt-cache policy ltspfs
ltspfs:
  Installed: 0.5.0~bzr20080109-3ubuntu3
  Candidate: 0.5.0~bzr20080109-3ubuntu3
  Version table:
 *** 0.5.0~bzr20080109-3ubuntu3 0
        500 http://us.archive.ubuntu.com hardy-updates/main Packages
        100 /var/lib/dpkg/status
     0.5.0~bzr20080109-3ubuntu2 0
        500 http://us.archive.ubuntu.com hardy/main Packages

Revision history for this message
Michael Blinn (mblinn-gmail) wrote :

I can confirm that this bug is now fixed. I had to reboot all the clients with local devices; after doing so the icons went away. Thanks for all the hard work in squashing these bugs!

Steve Langasek (vorlon)
Changed in glib2.0:
milestone: ubuntu-8.04.1 → none
Revision history for this message
RYUDO (giorgiolago) wrote :

this bug its not solved for me, i made all updates [all repositorys] on system and chroot and the problem still.
i make a test in vmware to see...

Revision history for this message
Sebastien Bacher (seb128) wrote :

did you read the previous comments before adding a new one? the issue is fixed for a specific case but not for the standard media mounts yet

Revision history for this message
RYUDO (giorgiolago) wrote :

Sebastien, I read the comments passed, but I do not speak English, I wonder if the team has a date for when this bug will be resolved serious? in my sense the ltsp of the hardy could have left with a bug as grotesque as this. We are unable to make use of local devices as they appear repeatedly in the desktop of all users.
Why was marked as fixed if indeed the bug has not been resolved? make a trial: install vmware even in an environment ltsp devices with local and you'll see after all the updates that the bug still there.
switch from the stat fixed to not fixed

Revision history for this message
Sebastien Bacher (seb128) wrote :

the ltsp case is supposed to be fixed, could you describe what mount is listed, where it's mounted and what permissions are used on the directory?

Revision history for this message
Oliver Grawert (ogra) wrote :

well, out of ten people that tested the fix in #ltsp al ten didnt have the issue anymore after upgrading, i suspect there is something special in your setup or hardware that makes up teh difference since you are really the first person to still see the issue after upgrading the packages ... lets try to find that difference. when we talked in #ltsp you only had floppies on your desktop, does it happen for all devices or only for floppies (which might be handled differently by either glib or ltspfs ?

Revision history for this message
RYUDO (giorgiolago) wrote :

ogra, the problem happens with all Removable media such as diskettes and cdroms pendrivers.

Revision history for this message
Oliver Grawert (ogra) wrote :

i did a bit research on that open issue and apparently it happens for people using ldap auth with adding all users to the "users" group and not creating a default group the user is assigned to ...

in a default setup with one group per user as the default it will still work ... the problem here is that the ltspfs piece (lbmount) that does the local binding to
/media/$USER/<device> is suid root, which in turn means the mountpoint is owned by root and all access control happens through the group permissions ... the proper way to work around that is to have the user owned groups and set that as default group as its handled by default in the adduser setup of ubuntu.

Revision history for this message
Ronald van Engelen (ronalde) wrote :

Is it possible to think of a nicer solution for this problem?

We really want to use "Domain Users" as the default group for our users, who can choose to login either to a proprietary desktop or ubuntu. For now there are more proprietary desktops than free ones.

Revision history for this message
Juha Erkkilä (juha-erkkila) wrote :

Here's a patch to ltspfs that changes /media/* directories owner to user, group to user's primary group, with 700 permissions. I don't know why it is not done this way, so this might break something, but if you suffer from this bug this patch should fix it with no known ill effects (it's been deployed on many similar installations so far).

Revision history for this message
Oliver Grawert (ogra) wrote :

did you test that workaround ? lbmount has to run suid root, with that patch the directory will be owned by root and have 0700 permissions.

Revision history for this message
Václav Šmilauer (eudoxos) wrote :

Wouldn't it help to run lbmount sgid (not suid) root, determine user from username (not groupname) and change permissions accordingly? (Sorry if that wouldn't work, I am newcomer to this bug)

Revision history for this message
Juha Erkkilä (juha-erkkila) wrote :

Yes, the patch was tested. lbmount is run setuid root indeed, but pwent contains real user information, not effective user information (it does call "pwent = getpwuid(uidReal)" previously), so the directory will be owned by the correct user.

Revision history for this message
Martin Pitt (pitti) wrote :

I proposed an (IMHO) better patch upstream now. Will wait for some comments, and then upload it to jaunty.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package glib2.0 - 2.19.2-0ubuntu2

---------------
glib2.0 (2.19.2-0ubuntu2) jaunty; urgency=low

  * Add 05_hide_inaccessible_mounts.patch: Do not show /media mounts which are
    inaccessible to the user. This only works on local block devices, though,
    since others (like remote mounts) have the risk of hanging on stat().
    (LP: #210379)

 -- Martin Pitt <email address hidden> Thu, 04 Dec 2008 11:11:30 -0800

Changed in glib2.0:
status: Triaged → Fix Released
Changed in gvfs:
status: New → Fix Released
Revision history for this message
Martin Pitt (pitti) wrote :

Seems that this didn't actually cause a lot of stir, so let's not worry about hardy unless someone convinces us to do an SRU.

Changed in glib2.0:
status: In Progress → Won't Fix
Changed in gvfs:
importance: Unknown → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.