update
This commit is contained in:
parent
a36ea03119
commit
0b2e89a703
26 changed files with 106 additions and 272 deletions
6
ansible/files/polkit/ykman-user.rules
Normal file
6
ansible/files/polkit/ykman-user.rules
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
polkit.addRule(function(action, subject) {
|
||||
var actions = ["org.debian.pcsc-lite.access_pcsc", "org.debian.pcsc-lite.access_card"];
|
||||
if (actions.indexOf(action.id) !== -1 && subject.active && subject.isInGroup("ykusers")) {
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue