|
| int | BordoisilaCapCreate (AuProcess *proc, int fd, void *object, uint8_t type, CapRights rights) |
| |
| AuCapability * | BordoisilaCapLookup (AuProcess *proc, int fd) |
| |
| bool | BordoisilaCapCheckRights (AuProcess *proc, int fd, CapRights required) |
| |
| int | BordoisilaCapDup (AuProcess *proc, int oldfd, int newfd) |
| |
| int | BordoisilaCapRestrict (AuProcess *proc, int fd, CapRights new_rights) |
| |
| void | BordoisilaCapDestroy (AuProcess *proc, int fd) |
| |
| void | BordoisilaCapCleanupProcess (AuProcess *proc) |
| |
| void | BordoisilaCapInheritTable (AuProcess *parent, AuProcess *child) |
| |