summarylogtreecommitdiffstats
path: root/nhiicc.rules
blob: 41d365736aa39a29cb5b5d578341684904fbabfc (plain)
1
2
3
4
5
6
7
polkit.addRule(function(action, subject) {
    if ((action.id == "org.debian.pcsc-lite.access_pcsc" ||
         action.id == "org.debian.pcsc-lite.access_card") &&
        subject.user == "nhiicc") {
        return polkit.Result.YES;
    }
});