<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: An even more secure OS X before Leopard.</title>
	<atom:link href="http://blog.cocoia.com/2007/an-even-more-secure-os-x-before-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cocoia.com/2007/an-even-more-secure-os-x-before-leopard/</link>
	<description>The Cocoia Blog is the website of Sebastiaan de With, a Dutch Icon and Interface designer.</description>
	<lastBuildDate>Sat, 13 Mar 2010 12:35:52 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tinzi's Blog</title>
		<link>http://blog.cocoia.com/2007/an-even-more-secure-os-x-before-leopard/comment-page-1/#comment-288</link>
		<dc:creator>tinzi's Blog</dc:creator>
		<pubDate>Sun, 25 Mar 2007 12:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cocoia.com/?p=15#comment-288</guid>
		<description>&lt;strong&gt;Es soll ja immer noch Leute geben,...&lt;/strong&gt;

die mit einem Mac unter OS Zehnpunktirgendwas mit dem Admin-Account die täglichen Dinge wie surfen, mailen und arbeiten erledigen. Das ist nicht so schlau, was man hier und hier oder auch hier nachlesen kann.

Also, was tun?

Ganz einfach:

1. S...</description>
		<content:encoded><![CDATA[<p><strong>Es soll ja immer noch Leute geben,&#8230;</strong></p>
<p>die mit einem Mac unter OS Zehnpunktirgendwas mit dem Admin-Account die täglichen Dinge wie surfen, mailen und arbeiten erledigen. Das ist nicht so schlau, was man hier und hier oder auch hier nachlesen kann.</p>
<p>Also, was tun?</p>
<p>Ganz einfach:</p>
<p>1. S&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alxtoth</title>
		<link>http://blog.cocoia.com/2007/an-even-more-secure-os-x-before-leopard/comment-page-1/#comment-98</link>
		<dc:creator>alxtoth</dc:creator>
		<pubDate>Sun, 18 Mar 2007 18:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cocoia.com/?p=15#comment-98</guid>
		<description>Hi, rebooting the Mac will restore the original firewall. I have a script to remove unneded lines, but how to integrate it in the OS X 10.4 boot process?

/sbin/ipfw show &gt; /tmp/origrules

awk &#039;/dst-port 137 in/ {print &quot;/sbin/ipfw del&quot;, substr($1,0,5)}&#039; /tmp/origrules &gt; /tmp/newrules
awk &#039;/dst-port 427 in/ {print &quot;/sbin/ipfw del&quot;, substr($1,0,5)}&#039; /tmp/origrules &gt;&gt; /tmp/newrules
awk &#039;/dst-port 631 in/ {print &quot;/sbin/ipfw del&quot;, substr($1,0,5)}&#039; /tmp/origrules &gt;&gt; /tmp/newrules
awk &#039;/dst-port 5353 in/ {print &quot;/sbin/ipfw del&quot;, substr($1,0,5)}&#039; /tmp/origrules &gt;&gt; /tmp/newrules
awk &#039;/67 to me in/ {print &quot;/sbin/ipfw del&quot;, substr($1,0,5)}&#039; /tmp/origrules &gt;&gt; /tmp/newrules
awk &#039;/5353 to me in/ {print &quot;/sbin/ipfw del&quot;, substr($1,0,5)}&#039; /tmp/origrules &gt;&gt; /tmp/newrules

chmod +x /tmp/newrules
sh /tmp/newrules

rm /tmp/origrules 
rm /tmp/newrules</description>
		<content:encoded><![CDATA[<p>Hi, rebooting the Mac will restore the original firewall. I have a script to remove unneded lines, but how to integrate it in the OS X 10.4 boot process?</p>
<p>/sbin/ipfw show &gt; /tmp/origrules</p>
<p>awk &#8216;/dst-port 137 in/ {print &#8220;/sbin/ipfw del&#8221;, substr($1,0,5)}&#8217; /tmp/origrules &gt; /tmp/newrules<br />
awk &#8216;/dst-port 427 in/ {print &#8220;/sbin/ipfw del&#8221;, substr($1,0,5)}&#8217; /tmp/origrules &gt;&gt; /tmp/newrules<br />
awk &#8216;/dst-port 631 in/ {print &#8220;/sbin/ipfw del&#8221;, substr($1,0,5)}&#8217; /tmp/origrules &gt;&gt; /tmp/newrules<br />
awk &#8216;/dst-port 5353 in/ {print &#8220;/sbin/ipfw del&#8221;, substr($1,0,5)}&#8217; /tmp/origrules &gt;&gt; /tmp/newrules<br />
awk &#8216;/67 to me in/ {print &#8220;/sbin/ipfw del&#8221;, substr($1,0,5)}&#8217; /tmp/origrules &gt;&gt; /tmp/newrules<br />
awk &#8216;/5353 to me in/ {print &#8220;/sbin/ipfw del&#8221;, substr($1,0,5)}&#8217; /tmp/origrules &gt;&gt; /tmp/newrules</p>
<p>chmod +x /tmp/newrules<br />
sh /tmp/newrules</p>
<p>rm /tmp/origrules<br />
rm /tmp/newrules</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Talesh</title>
		<link>http://blog.cocoia.com/2007/an-even-more-secure-os-x-before-leopard/comment-page-1/#comment-70</link>
		<dc:creator>Talesh</dc:creator>
		<pubDate>Tue, 13 Mar 2007 17:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cocoia.com/?p=15#comment-70</guid>
		<description>Great article but you dont explain how to set a open firmware password on an intel mac. My MBP keeps bypassing the Command-Option-O-F and boots like normal.</description>
		<content:encoded><![CDATA[<p>Great article but you dont explain how to set a open firmware password on an intel mac. My MBP keeps bypassing the Command-Option-O-F and boots like normal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis Jones</title>
		<link>http://blog.cocoia.com/2007/an-even-more-secure-os-x-before-leopard/comment-page-1/#comment-61</link>
		<dc:creator>Curtis Jones</dc:creator>
		<pubDate>Tue, 13 Mar 2007 05:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cocoia.com/?p=15#comment-61</guid>
		<description>Hey ... thanks for the link to GlowWorm FW ... got quite a few visitors because of it. Good article, too.</description>
		<content:encoded><![CDATA[<p>Hey &#8230; thanks for the link to GlowWorm FW &#8230; got quite a few visitors because of it. Good article, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://blog.cocoia.com/2007/an-even-more-secure-os-x-before-leopard/comment-page-1/#comment-58</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 12 Mar 2007 23:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cocoia.com/?p=15#comment-58</guid>
		<description>&lt;i&gt;You have your commands reversed in the disabling isight section. The chmod a-rwx should be the disabling command, and a+r should be the enabling command.&lt;/i&gt;

Ed. ; I screwed up. Put you in the article mate, thanks a lot.</description>
		<content:encoded><![CDATA[<p><i>You have your commands reversed in the disabling isight section. The chmod a-rwx should be the disabling command, and a+r should be the enabling command.</i></p>
<p>Ed. ; I screwed up. Put you in the article mate, thanks a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
