Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > f5b8a3daa6b33e6a9d46776d382087b0 > files > 13

lightdm-1.18.3-3.mga6.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;
        }
    }
});