sysdecode_cap_rights(3) | MidnightBSD Library Functions Manual | sysdecode_cap_rights(3) |
sysdecode_cap_rights
—
output list of capability rights
System Argument Decoding Library (libsysdecode, -lsysdecode)
#include
<sys/types.h>
#include <stdbool.h>
#include <stdio.h>
#include <sysdecode.h>
void
sysdecode_cap_rights
(FILE
*fp, cap_rights_t
*rightsp);
The
sysdecode_cap_rights
()
function outputs a comma-separated list of capability rights at
rightsp to the stream fp.
November 24, 2017 | midnightbsd-3.1 |