forked from mir/linux-vm-tools
commit
fbe36c3508
@ -92,7 +92,7 @@ polkit.addRule(function(action, subject) {
|
|||||||
action.id == "org.freedesktop.color-manager.create-profile" ||
|
action.id == "org.freedesktop.color-manager.create-profile" ||
|
||||||
action.id == "org.freedesktop.color-manager.modify-profile" ||
|
action.id == "org.freedesktop.color-manager.modify-profile" ||
|
||||||
action.id == "org.freedesktop.color-manager.delete-profile") &&
|
action.id == "org.freedesktop.color-manager.delete-profile") &&
|
||||||
subject.isInGroup("{group}"))
|
subject.isInGroup("users"))
|
||||||
{
|
{
|
||||||
return polkit.Result.YES;
|
return polkit.Result.YES;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user