If you're going to set a root password, you might as well just do this and if I'm not mistaken it accomplishes everything you want
alias sudo="su -c"
alias sudo="su root -c"
If you're going to set a root password, you might as well just do this and if I'm not mistaken it accomplishes everything you want