<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Intrepid Blog &#187; evil</title>
	<atom:link href="http://blog.affien.com/archives/tag/evil/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.affien.com</link>
	<description>A few thoughts</description>
	<lastBuildDate>Mon, 23 Jan 2012 08:47:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>sudo is evil</title>
		<link>http://blog.affien.com/archives/2006/05/25/sudo-is-evil/</link>
		<comments>http://blog.affien.com/archives/2006/05/25/sudo-is-evil/#comments</comments>
		<pubDate>Thu, 25 May 2006 19:55:35 +0000</pubDate>
		<dc:creator>Bas Westerbaan</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[evil]]></category>
		<category><![CDATA[sudo]]></category>

		<guid isPermaLink="false">http://blog.w-nz.com/archives/2006/05/25/sudo-is-evil/</guid>
		<description><![CDATA[sudo, the *nix tool with which you can easily execute c [...]]]></description>
			<content:encoded><![CDATA[<p><code>sudo</code>, the *nix tool with which you can easily execute commands as a super user is harmful.</p>
<p>The idea behind <code>sudo</code> is good. You are able to execute super user commands &#8212; offcourse when the super user has allowed you &#8212; without having to log into the super user.</p>
<p>The problem though is that the default configuration of sudo only asks for the password of the current user, when he first uses it. That means that if the security is breached of the user, which could happen, it can simply use <code>sudo</code> to gain access to root, for it is very likely that users who have enabled <code>sudo</code>, use it a lot.</p>
<p>My recommendation: <em>don&#8217;t use <code>sudo</code>, if you haven&#8217;t explicitly configured it to require your password every single time you use it</em> &#8212; use <code>su</code> instead.</p>
<p><strong>update</strong>: If you want to force <code>sudo</code> to ask your password every time you use it, add this in your <code>/etc/sudoers</code>:</p>
<p><code>Defaults        timestamp_timeout=0</code></p>
<p>They could&#8217;ve used a more sensible name for that in my opinion. I had to read the manual carefully before I found out it was this entry.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.affien.com/archives/2006/05/25/sudo-is-evil/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

