<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Never IRC as Root</title>
	<atom:link href="http://etbe.coker.com.au/2007/08/27/never-irc-as-root/feed/" rel="self" type="application/rss+xml" />
	<link>http://etbe.coker.com.au/2007/08/27/never-irc-as-root/</link>
	<description>Linux, politics, and other interesting things</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:45:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: dud3</title>
		<link>http://etbe.coker.com.au/2007/08/27/never-irc-as-root/comment-page-1/#comment-12337</link>
		<dc:creator>dud3</dc:creator>
		<pubDate>Thu, 21 Feb 2008 13:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://etbe.coker.com.au/2007/08/27/never-irc-as-root/#comment-12337</guid>
		<description>i don&#039;t know, the whole conservation sucks to me.. &quot;not every linux also has a hacker init!&quot; :-D

dud3</description>
		<content:encoded><![CDATA[<p>i don&#8217;t know, the whole conservation sucks to me.. &#8220;not every linux also has a hacker init!&#8221; :-D</p>
<p>dud3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: etbe</title>
		<link>http://etbe.coker.com.au/2007/08/27/never-irc-as-root/comment-page-1/#comment-2903</link>
		<dc:creator>etbe</dc:creator>
		<pubDate>Mon, 27 Aug 2007 11:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://etbe.coker.com.au/2007/08/27/never-irc-as-root/#comment-2903</guid>
		<description>niq:  konversation is a bad example.  Unless you use xephyr there is no good way of restricting the access granted to an X client at the moment.  Also a setuid program does not lose access to it&#039;s former UID, the setuid bit ADDs privileges and does not remove any.  Some programs that are not designed to be setuid will recognise this situation and drop privs.

I&#039;ll have to write a separate post about setuid programs.</description>
		<content:encoded><![CDATA[<p>niq:  konversation is a bad example.  Unless you use xephyr there is no good way of restricting the access granted to an X client at the moment.  Also a setuid program does not lose access to it&#8217;s former UID, the setuid bit ADDs privileges and does not remove any.  Some programs that are not designed to be setuid will recognise this situation and drop privs.</p>
<p>I&#8217;ll have to write a separate post about setuid programs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niq</title>
		<link>http://etbe.coker.com.au/2007/08/27/never-irc-as-root/comment-page-1/#comment-2901</link>
		<dc:creator>niq</dc:creator>
		<pubDate>Mon, 27 Aug 2007 08:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://etbe.coker.com.au/2007/08/27/never-irc-as-root/#comment-2901</guid>
		<description>Erm .. simple up to a point but no further ...

Some of us use an IRC client that&#039;s well-integrated with the desktop.  So the acid test seems to be (in outline):

# adduser irc-client
# chown irc-client /usr/bin/konversation
# chmod 4755 /usr/bin/konversation

Now we can tweak irc-client&#039;s privileges to exactly what&#039;s needed and no more.  But it doesn&#039;t work: the client declines to run, at which point &quot;Can&#039;t Be Arsed&quot; becomes a seductive option.</description>
		<content:encoded><![CDATA[<p>Erm .. simple up to a point but no further &#8230;</p>
<p>Some of us use an IRC client that&#8217;s well-integrated with the desktop.  So the acid test seems to be (in outline):</p>
<p># adduser irc-client<br />
# chown irc-client /usr/bin/konversation<br />
# chmod 4755 /usr/bin/konversation</p>
<p>Now we can tweak irc-client&#8217;s privileges to exactly what&#8217;s needed and no more.  But it doesn&#8217;t work: the client declines to run, at which point &#8220;Can&#8217;t Be Arsed&#8221; becomes a seductive option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: etbe</title>
		<link>http://etbe.coker.com.au/2007/08/27/never-irc-as-root/comment-page-1/#comment-2897</link>
		<dc:creator>etbe</dc:creator>
		<pubDate>Mon, 27 Aug 2007 01:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://etbe.coker.com.au/2007/08/27/never-irc-as-root/#comment-2897</guid>
		<description>For office workers all protection ultimately comes down to what the sys-admin provides.  In that case probably the best they can do is refer their sys-admin to my blog post.</description>
		<content:encoded><![CDATA[<p>For office workers all protection ultimately comes down to what the sys-admin provides.  In that case probably the best they can do is refer their sys-admin to my blog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Robinson</title>
		<link>http://etbe.coker.com.au/2007/08/27/never-irc-as-root/comment-page-1/#comment-2896</link>
		<dc:creator>Scott Robinson</dc:creator>
		<pubDate>Mon, 27 Aug 2007 00:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://etbe.coker.com.au/2007/08/27/never-irc-as-root/#comment-2896</guid>
		<description>Yes, someone who could run as root can easily not.

I was thinking about users who don&#039;t have root access. University accounts, the typical office worker, and younger family members are examples. Personal data protection is what I&#039;m thinking about.</description>
		<content:encoded><![CDATA[<p>Yes, someone who could run as root can easily not.</p>
<p>I was thinking about users who don&#8217;t have root access. University accounts, the typical office worker, and younger family members are examples. Personal data protection is what I&#8217;m thinking about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: etbe</title>
		<link>http://etbe.coker.com.au/2007/08/27/never-irc-as-root/comment-page-1/#comment-2894</link>
		<dc:creator>etbe</dc:creator>
		<pubDate>Mon, 27 Aug 2007 00:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://etbe.coker.com.au/2007/08/27/never-irc-as-root/#comment-2894</guid>
		<description>Both 1 and 2 can be easily implemented by anyone who might consider running irc as root.

If someone has no root access on any machine then they can usually get multiple user accounts if they wish.  The last time I lacked root access was when using time sharing systems at university, I had accounts on several machines and used them for different tasks - mostly for convenience but there were some security benefits too.

3 is a default configuration of the SE Linux strict policy.  I&#039;ll start writing about that when I have it working well in Debian again.</description>
		<content:encoded><![CDATA[<p>Both 1 and 2 can be easily implemented by anyone who might consider running irc as root.</p>
<p>If someone has no root access on any machine then they can usually get multiple user accounts if they wish.  The last time I lacked root access was when using time sharing systems at university, I had accounts on several machines and used them for different tasks &#8211; mostly for convenience but there were some security benefits too.</p>
<p>3 is a default configuration of the SE Linux strict policy.  I&#8217;ll start writing about that when I have it working well in Debian again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

