<?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>Alex Sleat &#187; permissive</title>
	<atom:link href="https://alexsleat.co.uk/tag/permissive/feed/" rel="self" type="application/rss+xml" />
	<link>https://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Wed, 27 Jun 2012 19:03:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How To: Disable SELinux in Fedora</title>
		<link>https://alexsleat.co.uk/2011/05/24/how-to-disable-selinux-in-fedora/</link>
		<comments>https://alexsleat.co.uk/2011/05/24/how-to-disable-selinux-in-fedora/#comments</comments>
		<pubDate>Tue, 24 May 2011 16:58:44 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[14]]></category>
		<category><![CDATA[15]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[disable selinux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[permissive]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=16286</guid>
		<description><![CDATA[<br/><p>WARNING: by continuing following this guide you are putting your machine at risk by disabling the secuity features within SELinux, I strongly advise if you do not know what you are doing, stop and read up on the implications this action will have before continuing. Some information is avaible in the Fedora Wiki here [...]]]></description>
			<content:encoded><![CDATA[<br/><blockquote><p><strong>WARNING:</strong> by continuing following this guide you are putting your machine at risk by disabling the secuity features within SELinux, I strongly advise if you do not know what you are doing, stop and read up on the implications this action will have before continuing. Some information is avaible in the Fedora Wiki <a href="http://fedoraproject.org/wiki/SELinux">here</a> .</p></blockquote>
<p>Open up this file:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> gedit /etc/selinux/config</div>
<p>Change the line that looks like this:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="re2">SELINUX=</span>enforcing</div>
<p>To this:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="re2">SELINUX=</span>permissive</div>
<p>Save and reboot and it should be working, although again be warned this has disabled the security mechanism on your system. To re-enable this, simply do the same however change from permissive to enforcing and again reboot your machine.</p>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2011/05/24/how-to-disable-selinux-in-fedora/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
