Content deleted Content added
m update link |
m General Fixes using AWB |
||
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 (computer science)|kernel]]. The program running in the process does not manipulate capabilities directly, but refers to them via '''C-list indexes'''—integers indexing into the C-list.
The [[file descriptor|file descriptor table]] in [[Unix]] is an example of a C-list. Unix processes do not manipulate [[file descriptor
In the [[KeyKOS]] and [[Extremely Reliable Operating System|EROS]] operating systems, a process's capability registers constitute a C-list.<ref>[http://www.cap-lore.com/CapTheory/Glossary.html Glossary, cap-lore.com]</ref>
|