
i tried "sudo gksu-properties" then changed that from su to sudo. after rebooting i tried to change a setting and the run as prompt still asked for my root password.
is there any way to make this ask for sudo password instead?
Moderator: Moderators

root# nano /etc/sudoersroot ALL=(ALL) ALLuser ALL=(ALL) ALLcmost wrote:Well, first off, you haven't really explained what you want adequately, which might explain the lack of response.
Just shooting in the dark, have you tried adding your username to the sudoers file? I like to use sudo myself (because I'm used to it) and all I did was use nano (as root) to edit the sudoers file to look like this:
cmost, that is certainly not an option for a multiuser system.
Eliah Kagan wrote:Press Alt+F2, type in gksu-properties, press enter, and make sure that "Authentication mode" is set to sudo rather than su.

<allow_active>auth_admin_keep</allow_active><allow_active>auth_self_keep</allow_active>polkit.addRule(function(action, subject) {
if (action.id == "org.sabayon.RigoDaemon.manage" && subject.user == "username")
return "auth_self_keep";
}
});
polkit.addRule(function(action, subject) {
if (subject.user == "username")
return "auth_self_keep";
}
});
Return to Sabayon Linux General Discussion
Users browsing this forum: No registered users and 2 guests