Blame 60-vbmcd.rules

cccd63e
polkit.addRule(function(action, subject) {
cccd63e
        if (action.id == "org.libvirt.unix.manage" &&
cccd63e
            subject.user == "vbmcd") {
cccd63e
                polkit.log("action=" + action);
cccd63e
                polkit.log("subject=" + subject);
4495fff
                return polkit.Result.YES;
cccd63e
        }
cccd63e
});