Skip to content

Instantly share code, notes, and snippets.

@trevor-vaughan
Created June 13, 2019 01:55
Show Gist options
  • Save trevor-vaughan/99aad8934315054d40117cdb60949f4d to your computer and use it in GitHub Desktop.
Save trevor-vaughan/99aad8934315054d40117cdb60949f4d to your computer and use it in GitHub Desktop.
polkit.addRule(function(action, subject) {
if (action.id == "org.libvirt.unix.manage" && subject.local && subject.active && subject.isInGroup("wheel")) {
return polkit.Result.YES;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment