trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: January 2016

Re: [trinity-users] tdesudo problem with TDE menu

From: Jonesy <trinity@...>
Date: Thu, 14 Jan 2016 08:22:43 -0700 (MST)
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