mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 01:44:38 +08:00
6 lines
184 B
Plaintext
6 lines
184 B
Plaintext
|
polkit.addRule(function(action, subject) {
|
||
|
if (action.id == “org.freedesktop.udisks2.filesystem-mount-system” &&
|
||
|
subject.isInGroup(“storage”)) {
|
||
|
return polkit.Result.YES;
|
||
|
}
|
||
|
});
|