9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: presotto@closedmind.org
To: 9fans@cse.psu.edu
Subject: Re: [9fans] one reason ideas from Plan 9 didn't catch on
Date: Wed, 14 Nov 2001 09:43:46 -0500	[thread overview]
Message-ID: <20011114144348.3542C199F2@mail.cse.psu.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 974 bytes --]

I tried twice with XOS and Demos/MP.  XOS was a traditional capability system,
Demos a less traditional and more usable one.  XOS was mine, Demos/MP from
Los Alamos/Stanford.  Demos is described in an old SOSP (in the 70's),
XOS in a OSR in the 80's.  We had the usual problem with persistence;
garbage collecting the capabilities, revoking old capabilities, building
tools to walk the arbitrary graphs that resulted and make some sense of
them, ...  Even something like tar turned into a major pain in the backside
to build.  When you gave someone a capability, you had to do a transitive
closure of the access of that capability to figure out what you were giving
away or restrict the capability to be intransitive.  The result was
a lot more copying.

On the positive side, access control was nicer.  Unfortunately, that was the
only plus.

I keep believing that capabilities are a good idea but the concept requires
someone better than me to implement.

[-- Attachment #2: Type: message/rfc822, Size: 2626 bytes --]

From: Eyal Lotem <eyal@hyperroll.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] one reason ideas from Plan 9 didn't catch on
Date: Wed, 14 Nov 2001 09:52:54 GMT
Message-ID: <3bf1a2de@news.bezeqint.net>

anothy@cosym.net wrote:

> no, not at all. i was talking strictly from the point of view of trying to
> explain the systems to someone. the per-process namespaces are where
> most people get stuck in their understanding.

Per-process namespaces are very much like per-process capability pools, but
allow processes to express requests they are not authorized to, as well as
requiring a clumsy namespace-access interface.  What advantages do you find
to this, over pure capability systems?  With capabilities, your requests
are in terms of the capabilities you have (aka: Directly in terms of your
authority), without having to 'name' them in a namespace.

In other words, if you go through to process-grained security, with the
more correct approach to security of visibility, and the terms of the
requests themselves, why not go all the way, with pure capability systems?
Getting rid of traditional file systems has other big pluses.

I personally think that if Plan 9 implemented a pure capability system, and
orthogonal persistency as early as it implemented its design, it could have
caught on, and be a lot more secure/efficient.

             reply	other threads:[~2001-11-14 14:43 UTC|newest]

Thread overview: 77+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-14 14:43 presotto [this message]
     [not found] <20011112170104.719C619ABA@mail.cse.psu.edu>
2001-12-29  4:03 ` Andrew Simmons
2001-11-13 11:13   ` Boyd Roberts
2001-11-13 15:53     ` Douglas A. Gwyn
2001-11-13 17:21     ` Thomas Bushnell, BSG
  -- strict thread matches above, loose matches on Subject: below --
2001-11-14 18:02 forsyth
2001-11-14 16:08 anothy
2001-11-14 14:29 rob pike
2001-11-15 10:41 ` Thomas Bushnell, BSG
2001-11-14  9:29 Fco.J.Ballesteros
2001-11-14  8:29 okamoto
2001-11-14  5:24 David Gordon Hogan
2001-11-14  4:42 Russ Cox
2001-11-14  5:12 ` Dan Cross
2001-11-13 23:46 forsyth
2001-11-13 22:18 forsyth
2001-11-13 23:27 ` Chris Hollis-Locke
2001-11-14  4:38   ` Lucio De Re
2001-11-13 21:50 presotto
2001-11-14  0:40 ` Dan Cross
2001-11-13 21:46 Russ Cox
2001-11-13 21:46 Sape Mullender
2001-11-13 21:44 presotto
2001-11-13 21:47 ` andrey
2001-11-13 20:18 David Gordon Hogan
2001-11-13 20:17 David Gordon Hogan
2001-11-13 22:38 ` Jim Choate
2001-11-13 19:58 presotto
2001-11-13 20:14 ` William Josephson
2001-11-13 21:39 ` Mike Haertel
2001-11-13 22:54 ` George Michaelson
2001-11-14  0:19   ` William Josephson
2001-11-12 19:24 anothy
2001-11-14  9:52 ` Eyal Lotem
2001-11-12 19:18 David Gordon Hogan
2001-11-13  0:19 ` Jim Choate
2001-11-13  2:02   ` Dan Cross
2001-11-13  2:16     ` Jim Choate
2001-11-13  2:27       ` William Josephson
2001-11-13 10:34     ` Thomas Bushnell, BSG
2001-11-12 19:15 David Gordon Hogan
2001-11-12 17:06 anothy
2001-11-12 15:10 presotto
2001-11-12 13:14 nigel
2001-11-13  0:03 ` Jim Choate
2001-11-13 18:04   ` Skip Tavakkolian
2001-11-14  9:52     ` Thomas Bushnell, BSG
2001-11-12 12:17 geoff
2001-11-13 10:25 ` Thomas Bushnell, BSG
2001-11-12 11:12 Fco.J.Ballesteros
2001-11-12 13:48 ` Jim Choate
2001-11-13 10:27 ` Thomas Bushnell, BSG
2001-11-13 16:21   ` Scott Schwartz
2001-11-09  9:38 okamoto
2001-11-09  9:21 Fco.J.Ballesteros
2001-11-09 11:23 ` pac
2001-11-12 10:32 ` Thomas Bushnell, BSG
2001-11-12 10:45 ` David Rubin
2001-11-12 15:34   ` Ronald G Minnich
2001-11-09  7:42 Russ Cox
2001-11-08 14:55 presotto
2001-11-09 10:17 ` Thomas Bushnell, BSG
2001-11-09 10:17 ` John S. Dyson
2001-11-08 13:46 forsyth
2001-11-09  0:51 ` Jim Choate
2001-11-08 10:40 Thomas Bushnell, BSG
2001-11-08 12:55 ` Jim Choate
2001-11-09 10:17   ` Thomas Bushnell, BSG
2001-11-09 14:34     ` T. Kurt Bond
2001-11-10  2:00       ` Jim Choate
2001-11-12 10:33         ` Thomas Bushnell, BSG
2001-11-12 11:29           ` Ralph Corderoy
2001-11-13 10:27             ` Thomas Bushnell, BSG
2001-11-12 10:42         ` T. Kurt Bond
2001-11-12 20:24           ` Steve Kilbane
2001-11-13  0:03             ` Jim Choate
2001-11-12 10:33       ` Thomas Bushnell, BSG

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011114144348.3542C199F2@mail.cse.psu.edu \
    --to=presotto@closedmind.org \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).