6 lines
241 B
Plaintext
6 lines
241 B
Plaintext
|
/* Allow passwordless auth for com.github.pikaos-linux.pikagnomelayouts.papirus
|
||
|
polkit.addRule(function(action, subject) {
|
||
|
if (action.id == "com.github.pikaos-linux.pikagnomelayouts.papirus") {
|
||
|
return polkit.Result.YES;
|
||
|
}
|
||
|
});
|