Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > e5e2aae56e12615f99d6918935c9a962 > files > 13

lightdm-1.14.2-1.mga5.src.rpm

polkit.addRule(function(action, subject) {
    if (subject.user == "lightdm") {
        //polkit.log("action=" + action);
        //polkit.log("subject=" + subject);
        if (action.id.indexOf("org.freedesktop.login1.") == 0) {
            return polkit.Result.YES;
        }
        if (action.id.indexOf("org.freedesktop.consolekit.system.") == 0) {
            return polkit.Result.YES;
        }
        if (action.id.indexOf("org.freedesktop.upower.") == 0) {
            return polkit.Result.YES;
        }
    }
});