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 hint is appreciated.

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;
                }
});


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Pcsclite-muscle mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pcsclite-muscle

Reply via email to