<?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: Learn Linux System Auditing with Auditd Tool on CentOS/RHEL	</title>
	<atom:link href="https://www.tecmint.com/linux-system-auditing-with-auditd-tool-on-centos-rhel/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/linux-system-auditing-with-auditd-tool-on-centos-rhel/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 06 Aug 2020 10:59:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: shilpa		</title>
		<link>https://www.tecmint.com/linux-system-auditing-with-auditd-tool-on-centos-rhel/comment-page-1/#comment-1350738</link>

		<dc:creator><![CDATA[shilpa]]></dc:creator>
		<pubDate>Thu, 06 Aug 2020 10:59:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27238#comment-1350738</guid>

					<description><![CDATA[Hi,

I am trying to pull the audit logs from a particular path but the Audit log is not capturing the entire command.

For Eg: If I give &lt;strong&gt;ls -l&lt;/strong&gt; then it is capturing only &lt;strong&gt;ls&lt;/strong&gt; but not &lt;code&gt;-l&lt;/code&gt;.

So how can I capture the complete command &lt;strong&gt;&quot;ls -l&quot;&lt;/strong&gt;?]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to pull the audit logs from a particular path but the Audit log is not capturing the entire command.</p>
<p>For Eg: If I give <strong>ls -l</strong> then it is capturing only <strong>ls</strong> but not <code>-l</code>.</p>
<p>So how can I capture the complete command <strong>&#8220;ls -l&#8221;</strong>?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/linux-system-auditing-with-auditd-tool-on-centos-rhel/comment-page-1/#comment-915481</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Sat, 23 Sep 2017 06:26:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27238#comment-915481</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/linux-system-auditing-with-auditd-tool-on-centos-rhel/comment-page-1/#comment-915310&quot;&gt;ug&lt;/a&gt;.

@ug

Welcome, thanks for reading, and for the feedback.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/linux-system-auditing-with-auditd-tool-on-centos-rhel/comment-page-1/#comment-915310">ug</a>.</p>
<p>@ug</p>
<p>Welcome, thanks for reading, and for the feedback.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ug		</title>
		<link>https://www.tecmint.com/linux-system-auditing-with-auditd-tool-on-centos-rhel/comment-page-1/#comment-915310</link>

		<dc:creator><![CDATA[ug]]></dc:creator>
		<pubDate>Fri, 22 Sep 2017 12:08:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27238#comment-915310</guid>

					<description><![CDATA[great starter info...thanks for your efforts]]></description>
			<content:encoded><![CDATA[<p>great starter info&#8230;thanks for your efforts</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/linux-system-auditing-with-auditd-tool-on-centos-rhel/comment-page-1/#comment-914893</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Thu, 21 Sep 2017 15:48:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27238#comment-914893</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/linux-system-auditing-with-auditd-tool-on-centos-rhel/comment-page-1/#comment-914726&quot;&gt;Bobin Lonston&lt;/a&gt;.

@Bobin

Thanks for the useful additional thoughts expressed with practical experience from a system administration and security perspective.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/linux-system-auditing-with-auditd-tool-on-centos-rhel/comment-page-1/#comment-914726">Bobin Lonston</a>.</p>
<p>@Bobin</p>
<p>Thanks for the useful additional thoughts expressed with practical experience from a system administration and security perspective.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bobin Lonston		</title>
		<link>https://www.tecmint.com/linux-system-auditing-with-auditd-tool-on-centos-rhel/comment-page-1/#comment-914726</link>

		<dc:creator><![CDATA[Bobin Lonston]]></dc:creator>
		<pubDate>Thu, 21 Sep 2017 08:12:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27238#comment-914726</guid>

					<description><![CDATA[Hi Aaron, 

This is very interesting topic, FYI according to security standard we need to define separate partition for audit logs under &lt;strong&gt;/var/log/audit/&lt;/strong&gt; using minimum size.

Thanks &#038; Regards,
Babin Lonston]]></description>
			<content:encoded><![CDATA[<p>Hi Aaron, </p>
<p>This is very interesting topic, FYI according to security standard we need to define separate partition for audit logs under <strong>/var/log/audit/</strong> using minimum size.</p>
<p>Thanks &amp; Regards,<br />
Babin Lonston</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
