Jump to content

C-list (computer security)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Easwarno1 (talk | contribs) at 20:32, 10 January 2012 (Added internal link). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In capability-based computer security, a C-list is an array of capabilities, usually associated with a process and maintained by the 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 table in Unix is an example of a C-list. Unix processes do not manipulate file descriptors directly, but refer to them via file descriptor numbers, which are C-list indexes.

In the KeyKOS and EROS operating systems, a process's capability registers constitute a C-list.[1]

References