aboutsummaryrefslogtreecommitdiff
path: root/data/50-org.ayatana.indicator.display.AccountsService.rules
blob: d3126f3f7af2a1df59c6380cf5bdb8591006628d (plain)
1
2
3
4
5
6
7
// Allow LightDM to set AccountsService fields
polkit.addRule (function (action, subject) {
    if (action.id == "org.ayatana.indicator.display.AccountsService.ModifyAnyUser" && subject.user == "lightdm")
    {
        return polkit.Result.YES;
    }
});