<?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: How to run snort as a non-root user</title>
	<atom:link href="http://blog.bodhizazen.net/linux/how-to-run-snort-as-a-non-root-user/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bodhizazen.net/linux/how-to-run-snort-as-a-non-root-user/</link>
	<description>A LAMP in the Samsara</description>
	<lastBuildDate>Tue, 31 Jan 2012 20:20:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: bodhi.zazen</title>
		<link>http://blog.bodhizazen.net/linux/how-to-run-snort-as-a-non-root-user/comment-page-1/#comment-407</link>
		<dc:creator>bodhi.zazen</dc:creator>
		<pubDate>Tue, 03 Mar 2009 16:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://bodhizazen.net/bzblog/?p=10#comment-407</guid>
		<description>Thank you for your comments Charles.

Your comments about adding the user snort to the group snort are right on target.

With the logs, it depends. Personally I keep the logs owned by root with snort as the group, but that is a matter of style.

Your comments offer an alternate choice and are appreciated.</description>
		<content:encoded><![CDATA[<p>Thank you for your comments Charles.</p>
<p>Your comments about adding the user snort to the group snort are right on target.</p>
<p>With the logs, it depends. Personally I keep the logs owned by root with snort as the group, but that is a matter of style.</p>
<p>Your comments offer an alternate choice and are appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://blog.bodhizazen.net/linux/how-to-run-snort-as-a-non-root-user/comment-page-1/#comment-406</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Tue, 03 Mar 2009 14:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://bodhizazen.net/bzblog/?p=10#comment-406</guid>
		<description>You must create the group snort (not all distros create automatically a group only for the user, but they associate it to a generic group, like &#039;users&#039;) by typng:
groupadd snort
usermod -G snort snort

And the step &quot;give snort permission to write to the log file&quot; should be (unless you created the group before):
chmod -R u+w /var/log/snort</description>
		<content:encoded><![CDATA[<p>You must create the group snort (not all distros create automatically a group only for the user, but they associate it to a generic group, like &#8216;users&#8217;) by typng:<br />
groupadd snort<br />
usermod -G snort snort</p>
<p>And the step &#8220;give snort permission to write to the log file&#8221; should be (unless you created the group before):<br />
chmod -R u+w /var/log/snort</p>
]]></content:encoded>
	</item>
</channel>
</rss>

