summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguest <guest>2006-04-28 12:10:21 +0000
committerguest <guest>2006-04-28 12:10:21 +0000
commit071c76dbc7902e1901015bd625f94089121c1460 (patch)
treeb0415d0e397b41e16876ebd4d61760f866754dac
parentf1b3e53ad0f11fd0ac611a998a45f225bed48a34 (diff)
none
-rw-r--r--Hurd/PowerBox.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/Hurd/PowerBox.mdwn b/Hurd/PowerBox.mdwn
new file mode 100644
index 00000000..4c8de2fe
--- /dev/null
+++ b/Hurd/PowerBox.mdwn
@@ -0,0 +1,15 @@
+# <a name="Rationale"> Rationale </a>
+
+In [[CapabilityBasedMicroKernel]], an application might be used with the very minimal set of capabilities that is needed to execute it, that is read-only access to it's libraries and files, plus maybe access to a specific IP connection or configuration directory.
+
+Thus when the user asks to open or save a file, the dialog used to choose the file could also serve the purpose of granting the appropriate capabilities to the application.
+
+This dialog is named the powerbox.
+
+## <a name="Links"> Links </a>
+
+* [Plash powerbox](http://plash.beasts.org/powerbox.html)
+* [E and [[CapDesk]]](http://www.combex.com/tech/edesk.html)
+* [Polaris: Toward Virus Safe Computing for Windows XP](http://www.hpl.hp.com/personal/Alan_Karp/polaris.pdf)
+
+-- [[Main/NowhereMan]] - 28 Apr 2006