C-list (computer security): Difference between revisions

Content deleted Content added
No edit summary
Filling in 1 references using Reflinks
Line 3:
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 [[Extremely Reliable Operating System|EROS]] operating systems, a process's capability registers constitute a C-list.<ref>[{{cite web|url=http://www.cap-lore.com/CapTheory/Glossary.html |title=Glossary, cap|publisher=Cap-lore.com] |date=2000-01-19 |accessdate=2019-07-08}}</ref>
 
== See also ==