Query: capng_print_caps_text
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CAPNG_PRINT_CAPS_NUMERIC(3) Libcap-ng API CAPNG_PRINT_CAPS_NUMERIC(3)NAMEcapng_print_caps_text - print names of values for capabilities setSYNOPSIS#include <cap-ng.h> char *capng_print_caps_text(capng_print_t where, capng_type_t which);DESCRIPTIONcapng_print_caps_text will create a text string representation of the internal capability set specified. The representation can be sent to either stdout or a buffer by passing CAPNG_PRINT_STDOUT or CAPNG_PRINT_BUFFER respectively for the where parameter. If the option was for a buffer, this function will malloc a buffer that the caller must free. The legal values for the which paramemeter is CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, or CAPNG_BOUNDING_SET.RETURN VALUEIf CAPNG_PRINT_BUFFER was selected for where, this will be the text buffer and NULL on failure. If CAPNG_PRINT_STDOUT was selected then this value will be NULL no matter what.SEE ALSOcapabilities(7)AUTHORSteve Grubb Red Hat June 2009 CAPNG_PRINT_CAPS_NUMERIC(3)
| Related Man Pages |
|---|
| filecap(8) - x11r4 |
| filecap(8) - php |
| filecap(8) - v7 |
| filecap(8) - minix |
| filecap(8) - ultrix |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| How can I do this in VI editor? |
| Detecting unused variables... |
| New UNIX and Linux History Sections |