<?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>The Danesh Project &#187; CentOS</title>
	<atom:link href="http://thedaneshproject.com/categories/linux/centos-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedaneshproject.com</link>
	<description>Knowledge bling's the finer things in life.</description>
	<lastBuildDate>Tue, 15 May 2012 21:00:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>How to disable selinux in CentOS 5.2</title>
		<link>http://thedaneshproject.com/posts/how-to-disable-selinux-in-centos-52/</link>
		<comments>http://thedaneshproject.com/posts/how-to-disable-selinux-in-centos-52/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 15:24:11 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[selinux]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=1063</guid>
		<description><![CDATA[Here&#8217;s how you would disable SELinux permanently. 1. vi the &#8220;/etc/selinux/config&#8221; file. 2. Change the following line; SELINUX=enforcing to SELINUX=disabled 3.Â  Save the file and reboot. 4. To verify if SELinux is disabled, run &#8220;dmesg &#124; grep selinux&#8220;. You should see selinux=0 selinux_register_security:Â  Registering secondary module capability audit(1229470429.628:2): selinux=0 auid=4294967295 ses=4294967295 My /etc/selinux/config file. # [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how you would disable SELinux permanently.</p>
<p>1. vi the &#8220;<strong>/etc/selinux/config</strong>&#8221; file.</p>
<p>2. Change the following line;</p>
<p><code>SELINUX=enforcing</code> to <code>SELINUX=disabled</code></p>
<p>3.Â  Save the file and reboot.</p>
<p>4. To verify if SELinux is disabled, run &#8220;<code>dmesg | grep selinux</code>&#8220;. You should see <code>selinux=0</code></p>
<p>selinux_register_security:Â  Registering secondary module capability<br />
audit(1229470429.628:2): selinux=0 auid=4294967295 ses=4294967295</p>
<p>My /etc/selinux/config file.<br />
<code><br />
# This file controls the state of SELinux on the system.<br />
# SELINUX= can take one of these three values:<br />
#Â Â Â Â Â Â  enforcing - SELinux security policy is enforced.<br />
#Â Â Â Â Â Â  permissive - SELinux prints warnings instead of enforcing.<br />
#Â Â Â Â Â Â  disabled - SELinux is fully disabled.<br />
#SELINUX=enforcing<br />
SELINUX=disabled<br />
# SELINUXTYPE= type of policy in use. Possible values are:<br />
#Â Â Â Â Â Â  targeted - Only targeted network daemons are protected.<br />
#Â Â Â Â Â Â  strict - Full SELinux protection.<br />
SELINUXTYPE=targeted</code></p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:50px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fthedaneshproject.com%2Fposts%2Fhow-to-disable-selinux-in-centos-52%2F&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="http://thedaneshproject.com/posts/how-to-disable-selinux-in-centos-52/" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="How to disable selinux in CentOS 5.2" data-url="http://thedaneshproject.com/posts/how-to-disable-selinux-in-centos-52/" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div>Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/google-chrome-extensions-crashing-in-fedora-15/" rel="bookmark" title="May 30, 2011">Google Chrome extensions crashing in Fedora 15</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-limit-ssh-access-to-specific-users-or-groups/" rel="bookmark" title="May 6, 2008">How to limit ssh access to specific users or groups</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-configure-a-static-ip-in-linux/" rel="bookmark" title="June 16, 2008">How to configure a static ip in Linux</a></li>

<li><a href="http://thedaneshproject.com/posts/disable-ipv6-in-firefox-3/" rel="bookmark" title="January 11, 2010">Disable IPv6 in Firefox 3</a></li>

<li><a href="http://thedaneshproject.com/posts/how-to-boot-rs6000-in-single-user-mode/" rel="bookmark" title="December 16, 2007">How to boot RS6000 in single user mode</a></li>
</ul><!-- Similar Posts took 5.679 ms -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/how-to-disable-selinux-in-centos-52/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

