Content deleted Content added
m punctuation fix |
m formatting fix |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1:
In [[Object-capability model|capability-based computer security]], a '''C-list''' is an [[array (data structure)|array]] of capabilities, usually associated with a [[process (computing)|process]] and maintained by the [[kernel (
The [[file descriptor|file descriptor table]] in [[Unix]] is an example of a C-list. Unix processes do not manipulate [[file descriptor]]s directly, but refer to them via file descriptor numbers, which are C-list indexes.
In the [[KeyKOS]] and [[
== See also ==
|