#include <cap.h>
#include <task.h>
#include <libc.h>
Go to the source code of this file.
Functions | |
| int | cap_grant (task_id_t id, unsigned int caps) |
| Grant capabilities to a task. | |
| int | cap_revoke (task_id_t id, unsigned int caps) |
| Revoke capabilities from a task. | |
Definition in file cap.c.
1.4.7