On Thu, 14 Jan 2016, Lisi Reisz wrote:
How can remove these, to me, undesirable security risks, from 3.5.13.2?
I have tried, but they are so tied in with things dependant on them
that simply removing is not an option.
# echo '#!/bin/bash' > /usr/bin/sudo
... or <chuckle>
# sudo echo '#!/bin/bash' > /usr/bin/sudo
Then use apt-mark hold or aptitude hold or whatever
your package manager employs to freeze packages/modules.
Jonesy