<?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>DaDaDom und die Welt &#187; debian</title>
	<atom:link href="http://dadadom.de/category/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://dadadom.de</link>
	<description>Dominiks Gedanken, digitalisiert</description>
	<lastBuildDate>Thu, 02 Jun 2011 08:17:24 +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>Safe &#8216;n&#8217; Simple</title>
		<link>http://dadadom.de/2008/11/11/safe-n-simple/</link>
		<comments>http://dadadom.de/2008/11/11/safe-n-simple/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 07:00:24 +0000</pubDate>
		<dc:creator>dadadom</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.dadadom.de/?p=113</guid>
		<description><![CDATA[Security is hard Sicherheit ist nicht einfach. Dies gilt allgemein, aber auch und insbesondere für Linux-Systeme. Denn wenn man &#8211; wie man es machen sollte &#8211; die /tmp-Partition mit noexec einbindet, so kommt es des öfteren vor, dass aptitude bzw. apt-get Probleme haben, da auf /tmp Skripte ausgeführt werden sollen. Das hat mich bei der [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Security is hard</p></blockquote>
<p>Sicherheit ist nicht einfach. Dies gilt allgemein, aber auch und insbesondere für Linux-Systeme. Denn wenn man &#8211; wie man es machen sollte &#8211; die /tmp-Partition mit noexec einbindet, so kommt es des öfteren vor, dass aptitude bzw. apt-get Probleme haben, da auf /tmp Skripte ausgeführt werden sollen.</p>
<p>Das hat mich bei der Aktualisierung eben wieder angenervt, weswegen ich endlich mal nach einer Lösung gesucht habe. Gefunden habe ich http://www.debian-administration.org/articles/57 , hier ganz kurz die Punchline des Artikels:</p>
<blockquote><p>Add the following to the file <tt>/etc/apt/apt.conf</tt>:</p>
<pre>DPkg::Pre-Install-Pkgs {"mount -o remount,exec /tmp";};
DPkg::Post-Invoke {"mount -o remount /tmp";};</pre>
</blockquote>
<p>Ich hoffe, das funktioniert auch wirklich. Beim nächsten Update werde ich es erfahren.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://dadadom.de/2008/11/11/safe-n-simple/" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://dadadom.de/2008/11/11/safe-n-simple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

