<?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>Linux Explore &#187; selinux</title>
	<atom:link href="https://blog.linuxexplore.com/tag/selinux/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.linuxexplore.com</link>
	<description>Exploring Linux</description>
	<lastBuildDate>Mon, 07 Apr 2014 00:30:50 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Selinux disable temporarily or permanently</title>
		<link>https://blog.linuxexplore.com/2012/08/04/selinux-disable-temporarily-or-permanently/</link>
		<comments>https://blog.linuxexplore.com/2012/08/04/selinux-disable-temporarily-or-permanently/#comments</comments>
		<pubDate>Sat, 04 Aug 2012 08:06:12 +0000</pubDate>
		<dc:creator><![CDATA[linuxexplore]]></dc:creator>
				<category><![CDATA[Linux Explore Tips & Tricks]]></category>
		<category><![CDATA[/etc/selinux/config]]></category>
		<category><![CDATA[/selinux/enforce]]></category>
		<category><![CDATA[command cat]]></category>
		<category><![CDATA[disable selinux]]></category>
		<category><![CDATA[good security]]></category>
		<category><![CDATA[intowire]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Administrator]]></category>
		<category><![CDATA[Linux hacks]]></category>
		<category><![CDATA[Linux Howto]]></category>
		<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[selinux]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://linuxexplore.wordpress.com/?p=539</guid>
		<description><![CDATA[Sometime when you run an application in Linux, it starts and suddenly stops or just doesn&#8217;t work. Then you find that its selinux which is stopping you to run your application. Selinux is good security feature of Linux stop you to execute malicious applications. But it need to disable when you need to run your&#8230;]]></description>
				<content:encoded><![CDATA[<p>Sometime when you run an application in Linux, it starts and suddenly stops or just doesn&#8217;t work. Then you find that its <strong><em>selinux</em></strong> which is stopping you to run your application.</p>
<p><strong><em>Selinux</em></strong> is good security feature of Linux stop you to execute malicious applications. But it need to disable when you need to run your self developed application. You can check the selinux status by using following command:</p>
<blockquote><p># cat /selinux/enforce</p>
<p>1</p></blockquote>
<p>If it will show 1, that means selinux enforcing is enabled.</p>
<p>You can disable that selinux temporarily or permanently. Use following methods to disable it.</p>
<p><strong>Disable Temporarily:</strong></p>
<p>To disable selinux temporarily set the 0 to <em><strong>/selinux/enforce</strong></em> file.</p>
<blockquote><p># echo 0 &gt; /selinux/enforce</p></blockquote>
<p><a href="http://www.intowire.com/iWiRE/blog/view/49248/selinux-disable-temporarily-or-permanently#.UBzW4Tj3vpQ.wordpress">Read more</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.linuxexplore.com/2012/08/04/selinux-disable-temporarily-or-permanently/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
