If sudo is broken, what should be used instead?
- by ivant
I found the following answer to a FAQ question about a security problem in Oprofile:
This "problem" only occurs if you actively, and mistakenly, configure
access to OProfile via sudo. OProfile uses shell scripts which have
not been audited (nor is it likely to happen) for use through the
broken sudo facility (anything that lets you alter root's path
arbitrarily counts as horribly broken). Do not use sudo!
As I see it, the author of the answer suggests that sudo is broken, so that it should not be used not only with oprofile, but for other purposes as well. Are there better alternatives to sudo in Linux?