mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-04 20:35:41 +07:00
8 lines
244 B
Plaintext
8 lines
244 B
Plaintext
polkit.addRule(function(action, subject) {
|
|
if ((action.id == "org.freedesktop.udisks2.filesystem-mount-system" &&
|
|
subject.local && subject.active && subject.isInGroup("storage")))
|
|
{
|
|
return polkit.Result.YES;
|
|
}
|
|
});
|