[Pkg-utopia-maintainers] Bug#732195: Bug#732195: udisks2: KDE usb key insertion notification fails to mount usk disks
Michael Biebl
email at michaelbiebl.de
Sun Dec 15 14:46:21 UTC 2013
tags 732195 - patch
thanks
Am 15.12.2013 15:32, schrieb Eric Valette:
> Package: udisks2
> Version: 2.1.1-1
> Severity: important
> Tags: patch
>
> I recently discovered after installing udisk2 that all my kde setup (various
> machines) fails to mount usb keys. After googling a bit, this is due to
> useage of policykit permissions that are not compatible with previous
> setup where being member of plugdev group enabled to mount usb keys. Attached
> is a pach to fix it.
>
> /etc/polkit-1/rules.d/10-mount.rules
>
> polkit.addRule (function (a,s) {
> if (a.id.indexOf ('org.freedesktop.udisks2.') == 0 && s.isInGroup("plugdev"))
> return polkit.Result.YES;
> });
>
> pn policykit-1 <none>
Using a static group membership like plugdev is not a proper fix, so
removing the patch tag. We didn't use that in udisks either.
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 901 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-utopia-maintainers/attachments/20131215/98924a5c/attachment.sig>
More information about the Pkg-utopia-maintainers
mailing list