1
0
forked from mir/linux-vm-tools

Merge pull request #45 from Microsoft/cwilhit-patch-1

Fix polkit typo
This commit is contained in:
Craig Wilhite 2018-06-08 09:14:44 -07:00 committed by GitHub
commit fbe36c3508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ polkit.addRule(function(action, subject) {
action.id == "org.freedesktop.color-manager.create-profile" ||
action.id == "org.freedesktop.color-manager.modify-profile" ||
action.id == "org.freedesktop.color-manager.delete-profile") &&
subject.isInGroup("{group}"))
subject.isInGroup("users"))
{
return polkit.Result.YES;
}