CAP_INIT(3C) CAP_INIT(3C)
cap_init - allocate a capability stucture
#include <sys/capability.h>
cap_t cap_init();
Allocates a capability and returns a pointer to it.
cap_init returns a cap_t or NULL if there is a failure to allocate
memory.
ENOMEM memory allocation failure.
capabilities(4)
PPPPaaaaggggeeee 1111 [ Back ]
|