<?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: Monitor your system for threats with rsec alerts</title>
	<atom:link href="http://linsec.ca/blog/2009/08/25/monitor-your-system-for-threats-with-rsec-alerts/feed/" rel="self" type="application/rss+xml" />
	<link>http://linsec.ca/blog/2009/08/25/monitor-your-system-for-threats-with-rsec-alerts/</link>
	<description>You can have it right, or you can have it now.  But you can't have it right now.</description>
	<lastBuildDate>Sun, 18 Jul 2010 22:01:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: vdanen</title>
		<link>http://linsec.ca/blog/2009/08/25/monitor-your-system-for-threats-with-rsec-alerts/comment-page-1/#comment-4025</link>
		<dc:creator>vdanen</dc:creator>
		<pubDate>Fri, 28 Aug 2009 13:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://linsec.ca/blog/?p=560#comment-4025</guid>
		<description>You can grab the source rpm from http://repo.annvix.org/media/EL5/SRPMS/ and rebuild it on Fedora.  I haven&#039;t tested whether or not it works on Fedora (it should, although the rpm spec might need some tweaking), but I actually planned to try it out this weekend (I don&#039;t run Fedora on servers, and rsec might be a pain on a laptop, which is why I&#039;ve never tried it).

Maybe this could be my first package maintainership for Fedora... hmmm....</description>
		<content:encoded><![CDATA[<p>You can grab the source rpm from <a href="http://repo.annvix.org/media/EL5/SRPMS/" rel="nofollow">http://repo.annvix.org/media/EL5/SRPMS/</a> and rebuild it on Fedora.  I haven&#8217;t tested whether or not it works on Fedora (it should, although the rpm spec might need some tweaking), but I actually planned to try it out this weekend (I don&#8217;t run Fedora on servers, and rsec might be a pain on a laptop, which is why I&#8217;ve never tried it).</p>
<p>Maybe this could be my first package maintainership for Fedora&#8230; hmmm&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tahlen</title>
		<link>http://linsec.ca/blog/2009/08/25/monitor-your-system-for-threats-with-rsec-alerts/comment-page-1/#comment-4022</link>
		<dc:creator>tahlen</dc:creator>
		<pubDate>Thu, 27 Aug 2009 23:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://linsec.ca/blog/?p=560#comment-4022</guid>
		<description>I am running fedora linux and I&#039;ve been looking to test rsec but can&#039;t find anywhere to download it. Might you point me to a download location? It does sound useful.</description>
		<content:encoded><![CDATA[<p>I am running fedora linux and I&#8217;ve been looking to test rsec but can&#8217;t find anywhere to download it. Might you point me to a download location? It does sound useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vdanen</title>
		<link>http://linsec.ca/blog/2009/08/25/monitor-your-system-for-threats-with-rsec-alerts/comment-page-1/#comment-4016</link>
		<dc:creator>vdanen</dc:creator>
		<pubDate>Wed, 26 Aug 2009 16:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://linsec.ca/blog/?p=560#comment-4016</guid>
		<description>Hmmm... we should do something like that.  I tend to cherrypick bits from msec to roll back into rsec, so the reporting capabilities of the latest rsec should be quite close to those in current msec.  But merging/sharing that codebase could be useful too.</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230; we should do something like that.  I tend to cherrypick bits from msec to roll back into rsec, so the reporting capabilities of the latest rsec should be quite close to those in current msec.  But merging/sharing that codebase could be useful too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugeni</title>
		<link>http://linsec.ca/blog/2009/08/25/monitor-your-system-for-threats-with-rsec-alerts/comment-page-1/#comment-4012</link>
		<dc:creator>Eugeni</dc:creator>
		<pubDate>Wed, 26 Aug 2009 13:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://linsec.ca/blog/?p=560#comment-4012</guid>
		<description>If you are interested only in reporting capabilities of msec, take a look here:

http://dodonov.net/blog/2009/06/26/msec-updates/

All the source is still on mandriva svn:

http://svn.mandriva.com/svn/soft/msec/trunk/cron-sh/

I guess some of its features could be quite interested for rsec (like the unified Diffcheck function, logging, and so on). If you are interested, I am more than welcome on working with you on getting msec and rsec to use some common code base, or share features.

To get into it quickly, take a look at scripts/02_network.sh for example - it is short and easy to understand (I hope :)).</description>
		<content:encoded><![CDATA[<p>If you are interested only in reporting capabilities of msec, take a look here:</p>
<p><a href="http://dodonov.net/blog/2009/06/26/msec-updates/" rel="nofollow">http://dodonov.net/blog/2009/06/26/msec-updates/</a></p>
<p>All the source is still on mandriva svn:</p>
<p><a href="http://svn.mandriva.com/svn/soft/msec/trunk/cron-sh/" rel="nofollow">http://svn.mandriva.com/svn/soft/msec/trunk/cron-sh/</a></p>
<p>I guess some of its features could be quite interested for rsec (like the unified Diffcheck function, logging, and so on). If you are interested, I am more than welcome on working with you on getting msec and rsec to use some common code base, or share features.</p>
<p>To get into it quickly, take a look at scripts/02_network.sh for example &#8211; it is short and easy to understand (I hope <img src='http://linsec.ca/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
