mirror of
https://github.com/drasko/codezero.git
synced 2026-02-21 06:13:14 +01:00
Update to capability man page
This commit is contained in:
@@ -8,10 +8,12 @@
|
|||||||
.B #include <l4/api/capability.h>
|
.B #include <l4/api/capability.h>
|
||||||
.B #include <l4/generic/cap-types.h>
|
.B #include <l4/generic/cap-types.h>
|
||||||
|
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
A capability is a unique representation of security qualifiers on a particular resource.
|
A capability is a unique representation of security qualifiers on a particular resource.
|
||||||
Each thread, address space and container is associated with its own capability list represented by the below structure.
|
Each thread, address space and container is associated with its own capability list represented by the below structure.
|
||||||
|
|
||||||
|
The capability structure is defined as follows:
|
||||||
.nf
|
.nf
|
||||||
.TP
|
.TP
|
||||||
.BI "struct" " capability " "{"
|
.BI "struct" " capability " "{"
|
||||||
|
|||||||
Reference in New Issue
Block a user