Menu
BifrOSt
publicLatest change 3e3f91931c8d1bafb564ea5973cc99e04b19dfc4 - Prepare BifrOSt 0.2.1 release by Ólafur Búi Ólafsson
polkit.addRule(function(action, subject) {
if (action.id !== "org.bifrost.maintenance.system-upgrade") {
return polkit.Result.NOT_HANDLED;
}
if (!subject.local || !subject.active) {
return polkit.Result.NO;
}
return polkit.Result.AUTH_ADMIN;
});