<?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: Check if SELinux is Enabled</title>
	<atom:link href="http://www.thelinuxblog.com/check-if-selinux-is-enabled/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelinuxblog.com/check-if-selinux-is-enabled/</link>
	<description>The Linux Blog, General Linux, Shell Scripts</description>
	<lastBuildDate>Fri, 17 May 2013 01:16:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Luis</title>
		<link>http://www.thelinuxblog.com/check-if-selinux-is-enabled/comment-page-1/#comment-1638</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Thu, 11 Dec 2008 20:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/check-if-selinux-is-enabled/#comment-1638</guid>
		<description><![CDATA[you can also use getenforce for english; it outputs Disabled&#124;Enabled&#124;Permissive
&lt;code&gt;
 [luis.cerezo@hou58375 inputs]$ /usr/sbin/getenforce 
 Disabled
 [luis.cerezo@hou58375 inputs]$ 
&lt;/code&gt;---&lt;code&gt;
 [lcerezo@hounx01 ~]$ /usr/sbin/getenforce 
 Permissive
 [lcerezo@hounx01 ~]$ 
&lt;/code&gt;
it will be]]></description>
		<content:encoded><![CDATA[<p>you can also use getenforce for english; it outputs Disabled|Enabled|Permissive<br />
<code><br />
 [luis.cerezo@hou58375 inputs]$ /usr/sbin/getenforce<br />
 Disabled<br />
 [luis.cerezo@hou58375 inputs]$<br />
</code>&#8212;<code><br />
 [lcerezo@hounx01 ~]$ /usr/sbin/getenforce<br />
 Permissive<br />
 [lcerezo@hounx01 ~]$<br />
</code><br />
it will be</p>
]]></content:encoded>
	</item>
</channel>
</rss>
