mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 20:54:42 +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;
|
|
}
|
|
}); |