6c35007
// openstack-nova libvirt management permissions
837d9eb
837d9eb
polkit.addRule(function(action, subject) {
837d9eb
    if (action.id == "org.libvirt.unix.manage" &&
837d9eb
        subject.user == "nova") {
837d9eb
        return polkit.Result.YES;
837d9eb
    }
837d9eb
});