<?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>Hack Admin &#187; bind</title>
	<atom:link href="http://www.hackadmin.com/tag/bind/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackadmin.com</link>
	<description></description>
	<lastBuildDate>Tue, 16 Mar 2010 21:31:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dump SELinux</title>
		<link>http://www.hackadmin.com/2008/11/08/dump-selinux/</link>
		<comments>http://www.hackadmin.com/2008/11/08/dump-selinux/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 17:41:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[error message]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[selinux]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.hackadmin.com/2008/11/08/dump-selinux/</guid>
		<description><![CDATA[The real problem here is that I don&#8217;t have the time to understand the perks of SELinux.. and.. it always seems to be in my way.  Current problem is with a yum install of bind.
Here&#8217;s the error:
Nov  8 07:21:24 localhost named: none:0: open: /etc/named.conf: permission denied
Nov  8 07:21:26 localhost setroubleshoot: SELinux is preventing the named-checkconf [...]]]></description>
			<content:encoded><![CDATA[<p>The real problem here is that I don&#8217;t have the time to understand the perks of SELinux.. and.. it always seems to be in my way.  Current problem is with a yum install of bind.</p>
<h3>Here&#8217;s the error:</h3>
<p><code>Nov  8 07:21:24 localhost named: none:0: open: /etc/named.conf: permission denied<br />
Nov  8 07:21:26 localhost setroubleshoot: SELinux is preventing the named-checkconf from using potentially mislabeled files (./named.conf). For complete SELinux messages. run sealert -l 82a8e3a9-7073-472c-b232-bec1d8e30374</code></p>
<p><span id="more-16"></span></p>
<h3>To make it go away, we do this:</h3>
<p><code>echo 0 &gt; /selinux/enforce</code></p>
<h3>If you want to bring it back:</h3>
<p><code>echo 1 &gt; /selinux/enforce</code></p>
<h3>To make it permanent:</h3>
<p>If you want it gone for good (after reboot), edit /etc/selinux/config and change this:<br />
<code>SELINUX=enforcing</code><br />
to this:<br />
<code>SELINUX=permissive</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackadmin.com/2008/11/08/dump-selinux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

