Updates to capability and l4_capability_control

This commit is contained in:
Bahadir Balban
2009-11-30 17:08:29 +02:00
parent 7d0a7f67ec
commit 051cc00f1a
2 changed files with 45 additions and 31 deletions

View File

@@ -3,6 +3,11 @@
.nf
.BR "Capability" " - Overview of Capabilities in Codezero"
.SH SYNOPSIS
.nf
.B #include <l4/api/capability.h>
.B #include <l4/generic/cap-types.h>
.SH DESCRIPTION
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.