man.bsd.lv manual page server

Manual Page Search Parameters

sysdecode_cap_rights(3) Library Functions Manual sysdecode_cap_rights(3)

sysdecode_cap_rightsoutput list of capability rights

library “libsysdecode”

#include <sys/types.h>
#include <stdbool.h>
#include <stdio.h>
#include <sysdecode.h>

void
sysdecode_cap_rights(FILE *fp, cap_rights_t *rightsp);

The () function outputs a comma-separated list of capability rights at rightsp to the stream fp.

sysdecode(3)

November 24, 2017 FreeBSD-13.0