must be setuid root solution
Posted on December 1st, 2008 by admin
chmod 4111 /usr/bin/sudo
# or
chmod u+s /usr/bin/sudo
#add current user to the trust list
sudo vi /etc/sudoers
username ALL=(ALL) ALL
chmod 4111 /usr/bin/sudo
# or
chmod u+s /usr/bin/sudo
#add current user to the trust list
sudo vi /etc/sudoers
username ALL=(ALL) ALL
Discussion Area - Leave a Comment