<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Stilgherrian &#187; trust</title>
	<atom:link href="http://stilgherrian.com/tag/trust/feed/" rel="self" type="application/rss+xml" />
	<link>http://stilgherrian.com</link>
	<description>All publication is a political act. All communication is propaganda. All art is pornography. All business is personal. All hail Eris. Vive les poissons rouges sauvages!</description>
	<pubDate>Sat, 22 Nov 2008 08:49:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>stil@stilgherrian.com ()</managingEditor>
		<webMaster>stil@stilgherrian.com()</webMaster>
		<category></category>
		<ttl>1440</ttl>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Live Internet broadcasts from Stilgherrian. All publication is a political act. All communication is propaganda. All art is pornography. All business is personal. All hail Eris.</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>stil@stilgherrian.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://stilgherrian.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://stilgherrian.com/wp-content/uploads/2008/05/sla_144w.jpg</url>
			<title>Stilgherrian</title>
			<link>http://stilgherrian.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Who do you trust? Everyone!</title>
		<link>http://stilgherrian.com/internet/who_do_you_trust_everyone/</link>
		<comments>http://stilgherrian.com/internet/who_do_you_trust_everyone/#comments</comments>
		<pubDate>Wed, 23 May 2007 00:47:01 +0000</pubDate>
		<dc:creator>Stilgherrian</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[infosec]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[trust]]></category>

		<guid isPermaLink="false">http://stilgherrian.com/internet/who_do_you_trust_everyone/</guid>
		<description><![CDATA[When it comes to security, every desktop computer operating system is fundamentally flawed. Why? Because any software you run has the same permissions that you do. Anything you can do, they can do too &#8212; whether you want that or not.
Speaking at the AusCERT conference on Monday, Ivan Krstic, director of security architecture for the [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to security, <strong>every desktop computer operating system is fundamentally flawed</strong>. Why? Because any software you run has the same permissions that you do. Anything you can do, they can do too &#8212; whether you want that or not.</p>
<p>Speaking at the <a href="http://conference.auscert.org.au/conf2007/">AusCERT conference</a> on Monday, <a href="http://www.laptop.org/vision/people/IvanKrstic/">Ivan Krstic</a>, director of security architecture for the <a href="http://www.laptop.org">One Laptop per Child</a> project, says <a href="http://www.smh.com.au/news/security/computer-security-has-massively-failed/2007/05/21/1179601329670.html">the computing industry relies on &#8220;utterly obsolete concepts and assumptions&#8221;</a> and has &#8220;massively failed when it comes to desktop security&#8221;.</p>
<blockquote><p><strong>The way modern desktop security works is by relying on the user to make informed and sensible choices on things they don&#8217;t understand.</strong></p></blockquote>
<p>The early personal firewall software was a classic example:</p>
<blockquote><p>A dialogue would pop up and say &#8216;Hi, we&#8217;ve intercepted this packet with this TCP sequence number and these flags set, and SYN and FIN are both on, and here are the destination ports and the source ports and here is a hex dump of the packet. Allow or deny? What do you think?&#8217;. Who is that protecting? It&#8217;s protecting me, but I don&#8217;t need that kind of protection in the first place.</p></blockquote>
<p><a href="http://theappleblog.com/2007/05/22/are-our-programs-spying-on-us/"><em>The Apple Blog</em> was sarcastic</a> when they reported Krstic&#8217;s speech &#8212; I suspect because arrogant OS X users think security issues don&#8217;t apply to them &#8212; so <a href="http://theappleblog.com/2007/05/22/are-our-programs-spying-on-us/#comment-105731">I posted a response</a>&#8230;</p>
<p>Despite your sarcasm, when you ask&#8230;</p>
<blockquote><p>So does that mean &#8216;there is nothing in place to say that&#8217; OS X&#8217;s Chess game cannot format my hard drive or turn over control of my Mac to third parties?</p></blockquote>
<p>&#8230; yes, you&#8217;re right on the money. Krstic is absolutely correct. This is exactly the &#8220;trust model&#8221; of every desktop operating system currently in use.</p>
<p>Software like Minesweeper in Windows, Chess in OS X or whatever &#8212; everything from Adobe Photoshop and Microsoft Office to that cute little widget you just downloaded from&#8230; who? &#8212; are supplied as pre-compiled binary programs. Unless you reverse-engineer them and do a complete audit, you have no way of knowing for sure what they do. Not 100%.</p>
<p>Even then you have to be really good at software auditing to know you&#8217;re not overlooking some trick. And you have to audit every software library they call. And, if you want to be completely sure, audit the microcode on the processor chip while you&#8217;re at it.</p>
<p>When you run any software, you&#8217;re trusting the author to do only what they claim they will do.</p>
<p>There is no global auditing program to ensure software does what it says and only what it says. In any event, how can you know whether the file you just downloaded is the same one that was audited?</p>
<p>And, despite the &#8220;I&#8217;m more secure than you&#8221; arrogance shown by so many OS X users, there&#8217;s nothing about OS X that makes it any different to Windows in this regard: run a program, and it runs with the same privileges as you have.</p>
<p>At this point open-source advocates will say that they have the source code so they&#8217;re OK &#8212; but honestly, when was the last time you read through the source code before compiling and running a program?</p>

	<h4>5 Random Semi-Related Posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://stilgherrian.com/daily_links/daily_links_20080629/" title="Links for 26 June 2008 through 29 June 2008 (29 June 2008)">Links for 26 June 2008 through 29 June 2008</a> (1 comments)</li>
	<li><a href="http://stilgherrian.com/internet/the_internet_1994/" title="The Internet, 1994 (15 July 2007)">The Internet, 1994</a> (0 comments)</li>
	<li><a href="http://stilgherrian.com/business/security_through_sincerity/" title="Ah, security through sincerity, gotta love it! (06 March 2008)">Ah, security through sincerity, gotta love it!</a> (0 comments)</li>
	<li><a href="http://stilgherrian.com/politics/the-chasers-apec-charges-dropped/" title="The Chaser&#8217;s APEC charges dropped (28 April 2008)">The Chaser&#8217;s APEC charges dropped</a> (0 comments)</li>
	<li><a href="http://stilgherrian.com/politics/what-the-chasers-charges-were-dropped/" title="Why The Chaser&#8217;s charges were dropped (28 April 2008)">Why The Chaser&#8217;s charges were dropped</a> (7 comments)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://stilgherrian.com/internet/who_do_you_trust_everyone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I don&#8217;t trust this seagull</title>
		<link>http://stilgherrian.com/sydney/i_dont_trust_this_seagull/</link>
		<comments>http://stilgherrian.com/sydney/i_dont_trust_this_seagull/#comments</comments>
		<pubDate>Thu, 03 May 2007 11:57:22 +0000</pubDate>
		<dc:creator>Stilgherrian</dc:creator>
		
		<category><![CDATA[Photography]]></category>

		<category><![CDATA[Sydney]]></category>

		<category><![CDATA[n80]]></category>

		<category><![CDATA[trust]]></category>

		<guid isPermaLink="false">http://stilgherrian.com/sydney/i_dont_trust_this_seagull/</guid>
		<description><![CDATA[

	5 Random Semi-Related Posts
	
	Relatives by appointment&#8230; (1 comments)
	Ah, beautiful Perth! (1 comments)
	The Man in the Window (4 comments)
	Daft ad campaign is on the sauce (3 comments)
	After the hunt (0 comments)


]]></description>
			<content:encoded><![CDATA[<p><img src="/images/03052007410-600w.jpg" alt="Photograph of seagull at Darling Harbour" class=imagecentre" /></p>

	<h4>5 Random Semi-Related Posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://stilgherrian.com/photography/photos_courtesy_nokia_n80/" title="Photos courtesy of a Nokia N80 (22 June 2007)">Photos courtesy of a Nokia N80</a> (4 comments)</li>
	<li><a href="http://stilgherrian.com/sydney/newtown_sunset/" title="Newtown Sunset, one month ago (24 April 2008)">Newtown Sunset, one month ago</a> (0 comments)</li>
	<li><a href="http://stilgherrian.com/internet/what_comms_2/" title="What comms? Part 2: Which phone? (10 September 2006)">What comms? Part 2: Which phone?</a> (2 comments)</li>
	<li><a href="http://stilgherrian.com/photography/pub_plant_at_dusk/" title="Pub plant at dusk (22 July 2007)">Pub plant at dusk</a> (2 comments)</li>
	<li><a href="http://stilgherrian.com/sydney/at-town-hall-station-you-breathe-this/" title="At Town Hall station? You breathe this! (02 October 2008)">At Town Hall station? You breathe this!</a> (5 comments)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://stilgherrian.com/sydney/i_dont_trust_this_seagull/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Disturbing the Store</title>
		<link>http://stilgherrian.com/politics/disturbing-the-store/</link>
		<comments>http://stilgherrian.com/politics/disturbing-the-store/#comments</comments>
		<pubDate>Sun, 07 May 2006 11:43:58 +0000</pubDate>
		<dc:creator>Stilgherrian</dc:creator>
		
		<category><![CDATA[Human Nature]]></category>

		<category><![CDATA[Politics]]></category>

		<category><![CDATA[best buy]]></category>

		<category><![CDATA[bruce schneier]]></category>

		<category><![CDATA[improv-everywhere]]></category>

		<category><![CDATA[pranks]]></category>

		<category><![CDATA[trust]]></category>

		<guid isPermaLink="false">http://stilgherrian.com/wp/?p=50</guid>
		<description><![CDATA[A New York department store doesn't like it when around 80 people turn up, all dressed like their staff.]]></description>
			<content:encoded><![CDATA[<p>My vote for &#8220;Prank of the Month&#8221; (well, last month) goes to the New York-based <a href="http://http://www.improveverywhere.com">Improv Everywhere</a> crew for flooding a <a href="http://www.bestbuy.com">Best Buy</a> department store with <a href="http://www.improveverywhere.com/mission_view.php?mission_id=57">around 80 people dressed <em>almost</em> like their staff</a>.</p>
<p>The <a href="http://www.improveverywhere.com/mission_view.php?mission_id=57">full report on this prank</a> shows how the store management couldn&#8217;t cope &#8212; they didn&#8217;t like it, and people get nervous when confronted with something &#8220;different&#8221;.</p>
<p>It&#8217;s also interesting reading the <a href="http://www.schneier.com/blog/archives/2006/05/people_trusting.html">comments on Bruce Schneier&#8217;s write-up of this event</a>, where so many commenters fail to see the difference between a &#8220;threat to the store&#8221; and a &#8220;threat to the perceived authority of the store managers&#8221;.</p>

	<h4>5 Random Semi-Related Posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://stilgherrian.com/internet/freakonomics_interviews_schneier/" title="Freakonomics interviews Bruce Schneier (10 December 2007)">Freakonomics interviews Bruce Schneier</a> (0 comments)</li>
	<li><a href="http://stilgherrian.com/internet/who_do_you_trust_everyone/" title="Who do you trust? Everyone! (23 May 2007)">Who do you trust? Everyone!</a> (4 comments)</li>
	<li><a href="http://stilgherrian.com/internet/apple_biggest_music_retailer/" title="Apple becomes biggest music retailer in US (04 April 2008)">Apple becomes biggest music retailer in US</a> (0 comments)</li>
	<li><a href="http://stilgherrian.com/human-nature/shirtless_cant_buy_shirt/" title="Shirtless? Can&#8217;t buy a shirt, sorry (23 October 2007)">Shirtless? Can&#8217;t buy a shirt, sorry</a> (2 comments)</li>
	<li><a href="http://stilgherrian.com/politics/is_big_brother_a_big_deal/" title="Is Big Brother a Big Deal? (13 May 2007)">Is Big Brother a Big Deal?</a> (0 comments)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://stilgherrian.com/politics/disturbing-the-store/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
