<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kurinchi Blogger Scribbles ... &#187; SELinux disable</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/selinux-disable/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>SELinux – Security Enhanced Linux</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/04/selinux-%e2%80%93-security-enhanced-linux.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/04/selinux-%e2%80%93-security-enhanced-linux.html#comments</comments>
		<pubDate>Fri, 17 Apr 2009 07:55:51 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[Security Enhanced Linux Centos]]></category>
		<category><![CDATA[SELinux]]></category>
		<category><![CDATA[SELinux disable]]></category>
		<category><![CDATA[SELinux enable]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=266</guid>
		<description><![CDATA[How to find the status of SELinux? $ cat /selinux/enforce The above command will print 0 or 1 which means, 0 – permissive mode 1 – enforcing mode How to disable SELinux? $ echo 0 &#62; /selinux/enforce The above command temporarily turns off the enforcement. To switch it back, $ echo 1 &#62; /selinux/enforce If [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How to find the status of SELinux?</strong><br />
<strong>$ cat /selinux/enforce</strong></p>
<p>The above command will print 0 or 1 which means,<br />
0 – permissive mode<br />
1 – enforcing mode<span id="more-266"></span></p>
<p><strong>How to disable SELinux?</strong><br />
<strong>$ echo 0 &gt; /selinux/enforce</strong></p>
<p>The above command temporarily turns off the enforcement. To switch it back,</p>
<p><strong>$ echo 1 &gt; /selinux/enforce</strong></p>
<p>If you want to permanently set the value of selinux to permissive mode, then type</p>
<p><strong>$vi /etc/selinux/config</strong></p>
<p>Edit the file by setting by changing the variable&#8217;s value</p>
<p><strong>SELINUX=permissive</strong></p>
<p>The above setting will print the warning message only. If you want to disable the SELinux completely, then set the variable&#8217;s value to &#8216;disabled&#8217;. If you set it to disabled, then there will be additional steps involved in bringing it back to “enforcing” as all files that have been changed after disabling SELinux have to have its status set to enforcing mode.</p>
<p>Now <strong>reboot</strong> the system for the changed setting to take effect.</p>
<p>If you had disabled SELinux earlier and wanted to reset the settings to permissive/enforcing mode, then follow the link below</p>
<p><a href="http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/selinux-guide/rhlcommon-section-0068.html">http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/selinux-guide/rhlcommon-section-0068.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/04/selinux-%e2%80%93-security-enhanced-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

