cap-ng.h | 40 CAPNG_INHERITABLE=4, CAPNG_BOUNDING_SET=8 } capng_type_t; typedef in typeref:enum:__anon24122 55 int capng_update(capng_act_t action, capng_type_t type,unsigned int capability); 56 int capng_updatev(capng_act_t action, capng_type_t type, 70 int capng_have_capability(capng_type_t which, unsigned int capability); 74 char *capng_print_caps_text(capng_print_t where, capng_type_t which);
|