<?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: Application trust models; Expanding Web applications out of the sandbox</title>
	<atom:link href="http://almaer.com/blog/application-trust-models-expanding-web-applications-out-of-the-sandbox/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/application-trust-models-expanding-web-applications-out-of-the-sandbox</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Fri, 04 May 2012 14:57:05 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alyysa</title>
		<link>http://almaer.com/blog/application-trust-models-expanding-web-applications-out-of-the-sandbox/comment-page-1#comment-40061</link>
		<dc:creator>Alyysa</dc:creator>
		<pubDate>Fri, 05 Dec 2008 16:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/application-trust-models-expanding-web-applications-out-of-the-sandbox#comment-40061</guid>
		<description>Thanks for the great post, I started my career in nursing after finishing a associate degree in nursing from &lt;a href=&quot;http://www.associatedegreenursingschools.com&quot; rel=&quot;nofollow&quot;&gt;associate degree nursing schools&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for the great post, I started my career in nursing after finishing a associate degree in nursing from <a href="http://www.associatedegreenursingschools.com" rel="nofollow">associate degree nursing schools</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C. Enrique Ortiz</title>
		<link>http://almaer.com/blog/application-trust-models-expanding-web-applications-out-of-the-sandbox/comment-page-1#comment-40056</link>
		<dc:creator>C. Enrique Ortiz</dc:creator>
		<pubDate>Tue, 02 Dec 2008 19:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/application-trust-models-expanding-web-applications-out-of-the-sandbox#comment-40056</guid>
		<description>first, great winter photo above; gorgeous place.

agree a new permission model is needed and it applies for local/native and web. android when you download/install you give permissions right there, one, which is not painful. On the web w/ access to local (I&#039;m talking about mobile here) security issues will exist, but we should ask the user *once*.

...and I really like the idea of having like a grand view &quot;monitor&quot; of some kind that gives you visual hints on what apps are doing...

ceo</description>
		<content:encoded><![CDATA[<p>first, great winter photo above; gorgeous place.</p>
<p>agree a new permission model is needed and it applies for local/native and web. android when you download/install you give permissions right there, one, which is not painful. On the web w/ access to local (I&#8217;m talking about mobile here) security issues will exist, but we should ask the user *once*.</p>
<p>&#8230;and I really like the idea of having like a grand view &#8220;monitor&#8221; of some kind that gives you visual hints on what apps are doing&#8230;</p>
<p>ceo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dion</title>
		<link>http://almaer.com/blog/application-trust-models-expanding-web-applications-out-of-the-sandbox/comment-page-1#comment-40051</link>
		<dc:creator>dion</dc:creator>
		<pubDate>Mon, 01 Dec 2008 18:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/application-trust-models-expanding-web-applications-out-of-the-sandbox#comment-40051</guid>
		<description>Michael,

Totally agree. Excited to see how things progress.

Cheers,

Dion</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>Totally agree. Excited to see how things progress.</p>
<p>Cheers,</p>
<p>Dion</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lloyd Hilaiel</title>
		<link>http://almaer.com/blog/application-trust-models-expanding-web-applications-out-of-the-sandbox/comment-page-1#comment-40050</link>
		<dc:creator>Lloyd Hilaiel</dc:creator>
		<pubDate>Mon, 01 Dec 2008 18:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/application-trust-models-expanding-web-applications-out-of-the-sandbox#comment-40050</guid>
		<description>&quot;Instead of asking once “is it ok for this app to do anything” we can ask a more nuanced question&quot;

I think this point is extremely important.  I know it&#039;s perhaps orthogonal to your core idea, but the question should be user meaningful, and in the case of multiple questions we should visually prioritize based on user risk, to the extent that we can determine relative risks.  Lots of hard work left here to do to generate a simple, uncluttered, straightforward question.  

And as you implied the question is the fallback..   &quot;implicit interfaces&quot; which provide implicit permission are the key, getting consent through user interaction that is required anyway to complete the user-important task.

The tightrope we&#039;re walking here is the line between what the page controls and what they don&#039;t.  What are the tools we use to enforce that the user clicking on the box in “[x] near my location”, actually allows a site to use location for this purpose only?  Is this acceptable risk all things considered?

I guess my question in this example is, should the page be able to state what the location will be used for?  Potentially a more nuanced user question can be generated (implicit or explicit), but pages can lie.

Yabber aside, I think understandable visual feedback on what a page is doing on your box would make things much better, and a whole class of questions could be safely delayed.

To realize this auditing goal, it seems like everything running in a browser as a result of a pages actions should be put in a bucket that we can audit.  Namely, web plugins would need to be audited in the same way as browser built-in stuff...  Now how might we accomplish that?

lloyd</description>
		<content:encoded><![CDATA[<p>&#8220;Instead of asking once “is it ok for this app to do anything” we can ask a more nuanced question&#8221;</p>
<p>I think this point is extremely important.  I know it&#8217;s perhaps orthogonal to your core idea, but the question should be user meaningful, and in the case of multiple questions we should visually prioritize based on user risk, to the extent that we can determine relative risks.  Lots of hard work left here to do to generate a simple, uncluttered, straightforward question.  </p>
<p>And as you implied the question is the fallback..   &#8220;implicit interfaces&#8221; which provide implicit permission are the key, getting consent through user interaction that is required anyway to complete the user-important task.</p>
<p>The tightrope we&#8217;re walking here is the line between what the page controls and what they don&#8217;t.  What are the tools we use to enforce that the user clicking on the box in “[x] near my location”, actually allows a site to use location for this purpose only?  Is this acceptable risk all things considered?</p>
<p>I guess my question in this example is, should the page be able to state what the location will be used for?  Potentially a more nuanced user question can be generated (implicit or explicit), but pages can lie.</p>
<p>Yabber aside, I think understandable visual feedback on what a page is doing on your box would make things much better, and a whole class of questions could be safely delayed.</p>
<p>To realize this auditing goal, it seems like everything running in a browser as a result of a pages actions should be put in a bucket that we can audit.  Namely, web plugins would need to be audited in the same way as browser built-in stuff&#8230;  Now how might we accomplish that?</p>
<p>lloyd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Mahemoff</title>
		<link>http://almaer.com/blog/application-trust-models-expanding-web-applications-out-of-the-sandbox/comment-page-1#comment-40049</link>
		<dc:creator>Michael Mahemoff</dc:creator>
		<pubDate>Mon, 01 Dec 2008 17:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/application-trust-models-expanding-web-applications-out-of-the-sandbox#comment-40049</guid>
		<description>Spot on! It&#039;s not good enough - it shouldn&#039;t be in the future anyway - for apps to just say &quot;I need access to the kitchen sink&quot;. There are several ways to attack this problem and the containers must play a big role in it. It dovetails with proper process management, which is part of the next evolution of browsers that Chrome has kick started.

&quot;ASIDE: I would love to know how many people: a) download something from the Web, b) run it, c) see that dialog and then d) say “oh, OK no.” I know what I am willing to bet on ;)&quot;
lol</description>
		<content:encoded><![CDATA[<p>Spot on! It&#8217;s not good enough &#8211; it shouldn&#8217;t be in the future anyway &#8211; for apps to just say &#8220;I need access to the kitchen sink&#8221;. There are several ways to attack this problem and the containers must play a big role in it. It dovetails with proper process management, which is part of the next evolution of browsers that Chrome has kick started.</p>
<p>&#8220;ASIDE: I would love to know how many people: a) download something from the Web, b) run it, c) see that dialog and then d) say “oh, OK no.” I know what I am willing to bet on ;)&#8221;<br />
lol</p>
]]></content:encoded>
	</item>
</channel>
</rss>

