[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2010-09-15 Thread Bug Watch Updater
** Changed in: gvfs
   Importance: Unknown = Medium

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glib2.0 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2009-01-27 Thread Martin Pitt
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 (Ubuntu Hardy)
   Status: In Progress = Won't Fix

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2009-01-12 Thread Leann Ogasawara
** Tags added: qa-jaunty-desktop

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-12-11 Thread Bug Watch Updater
** Changed in: gvfs
   Status: New = Fix Released

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-12-04 Thread Launchpad Bug Tracker
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 PROTECTED]   Thu, 04 Dec 2008 11:11:30
-0800

** Changed in: glib2.0 (Ubuntu)
   Status: Triaged = Fix Released

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-11-28 Thread Martin Pitt
I proposed an (IMHO) better patch upstream now. Will wait for some
comments, and then upload it to jaunty.

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-10-20 Thread Juha Erkkilä
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.

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-10-17 Thread Václav Šmilauer
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)

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-10-13 Thread Juha Erkkilä
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).

** Attachment added: Modify lbmount so that user owns /media/* subdirectories.
   
http://launchpadlibrarian.net/18494027/ltspfs-0.5.0_mediamount-owned-by-user.patch

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-10-13 Thread Oliver Grawert
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.

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-09-23 Thread Ronald van Engelen
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.

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-09-19 Thread Steve Beattie
** Tags removed: verification-done

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-06-27 Thread Oliver Grawert
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.

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-06-21 Thread Sebastien Bacher
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?

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-06-21 Thread Oliver Grawert
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 ?

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-06-21 Thread RYUDO

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

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-06-20 Thread Sebastien Bacher
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

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-06-20 Thread RYUDO
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

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-06-19 Thread RYUDO
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...

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-22 Thread Steve Langasek
** Changed in: glib2.0 (Ubuntu)
   Target: ubuntu-8.04.1 = None

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-21 Thread Michael Blinn
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!

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-19 Thread Michael Blinn
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.

[EMAIL PROTECTED]:~$ 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

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-18 Thread Andy Stallwood
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

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-17 Thread Oliver Grawert
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

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-17 Thread Martin Pitt
Copied to hardy-updates.

** Tags added: verification-done

** Tags removed: verification-needed

** Changed in: ltspfs (Ubuntu Hardy)
   Status: Fix Committed = Fix Released

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-16 Thread Martin Pitt
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 (Ubuntu Hardy)
   Status: Fix Committed = In Progress

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-10 Thread Oliver Grawert
synced new upstream into intrepid, containing the fix

** Changed in: ltspfs (Ubuntu)
   Status: Triaged = Fix Released

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-09 Thread Martin Pitt
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.

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-09 Thread Oliver Grawert
an additional fix in ltspfs was missing, a new ltspfs package is
uploaded to hardy-proposed

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-09 Thread Oliver Grawert

** Attachment added: ltspfs.debdiff
   http://launchpadlibrarian.net/14394919/ltspfs.debdiff

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-09 Thread Martin Pitt
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).

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-09 Thread Martin Pitt
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.

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-09 Thread Martin Pitt
Accepted ltspfs into hardy-proposed, please test.

** Also affects: ltspfs (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ltspfs (Ubuntu Hardy)
   Status: New = Fix Committed

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-09 Thread Martin Pitt
Oliver, please upload the fix into Intrepid.

** Changed in: ltspfs (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Oliver Grawert (ogra)
   Status: New = Triaged

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-09 Thread Martin Pitt
I'll try to come up with a better patch.

** Changed in: glib2.0 (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = Martin Pitt (pitti)

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-07 Thread Martin Pitt
I can verify this, assinging for me for this purpose.

** Changed in: glib2.0 (Ubuntu Hardy)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = Martin Pitt (pitti)

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-07 Thread Martin Pitt
Accepted into -proposed, please test and give feedback here

** Changed in: glib2.0 (Ubuntu Hardy)
   Status: Triaged = Fix Committed

** Tags added: verification-needed

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-07 Thread Dvanassche
I can verify that this indeed fixes the issue. Users now only see what
is owned by them in Places.

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-06 Thread Sebastien Bacher
** Changed in: glib2.0 (Ubuntu)
Sourcepackagename: gvfs = glib2.0

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-06 Thread Sebastien Bacher
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 (Ubuntu Hardy)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Triaged

** Attachment added: debdiff for the stable update
   http://launchpadlibrarian.net/14261550/glib.debdiff

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-06 Thread Sebastien Bacher
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

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-06 Thread Andy Stallwood
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

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-05-06 Thread Sebastien Bacher
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

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-04-30 Thread Bug Watch Updater
** Changed in: gvfs
   Status: Fix Released = New

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts that the user doesn't have permission to use

2008-04-28 Thread Bug Watch Updater
** Changed in: gvfs
   Status: Unknown = Fix Released

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 210379] Re: should not list mounts if the user doesn't have permission to use those

2008-04-05 Thread Sebastien Bacher
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

** Summary changed:

- hardy displays icons on desktop for mounted network shares I don't have read 
permissions for
+ should not list mounts if the user doesn't have permission to use those

** Summary changed:

- should not list mounts if the user doesn't have permission to use those
+ should not list mounts that the user doesn't have permission to use

** Changed in: gvfs (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Triaged

** Also affects: gvfs via
   http://bugzilla.gnome.org/show_bug.cgi?id=526320
   Importance: Unknown
   Status: Unknown

** Changed in: gvfs (Ubuntu)
   Target: None = ubuntu-8.04.1

-- 
should not list mounts that the user doesn't have permission to use
https://bugs.launchpad.net/bugs/210379
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gvfs.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs