Re: pcsc-lite and polkit rules in openSUSE 13.2
Marcus Meissner <[email protected]>
| Newsgroups | gmane.linux.suse.security |
|---|---|
| Organization | SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendoerffer, HRB 21284 (AG Nuernberg) |
| Message-ID | <[email protected]> |
Hi,
we have a request on relaxing the policykit rules already,
so this is probably not nceessary.
Ciao, Marcus
On Wed, Nov 05, 2014 at 05:16:56PM +0100, Michael Ströder wrote:
> HI!
>
> After upgrading to openSUSE 13.2 accessing my USB CCID card reader though
> pcscd does not work anymore. Seems that polkit rules are needed for this new
> pcscd version (access as root does work).
>
> After doing some reading I've tried to create file
> /usr/share/polkit-1/rules.d/org.debian.pcsc-lite.packagekit.rules (see below)
> but it does not work.
>
> Any clue?
>
> Ciao, Michael.
>
> ----------------- snip -----------------
> polkit.addRule(function(action, subject) {
> if (
> action.id == "org.debian.pcsc-lite.access_pcsc" &&
> subject.active == true &&
> subject.local == true &&
> subject.isInGroup("scard")
> )
> {
> return polkit.Result.YES;
> }
> });
>
> polkit.addRule(function(action, subject) {
> if (
> action.id == "org.debian.pcsc-lite.access_card" &&
> subject.active == true &&
> subject.local == true &&
> subject.isInGroup("scard")
> )
> {
> return polkit.Result.YES;
> }
> });
>
--
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]