PR_CAP_AMBIENT
(2const)read or change the ambient capability set of the calling thread
#include <linux/prctl.h> /* Definition of PR_* constants */ #include <sys/prctl.h> int prctl(PR_CAP_AMBIENT, long op, ...);
LIBRARY
DESCRIPTION
RETURN VALUE
ERRORS
- EINVAL
- op is not a valid value.