must be setuid root solution

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