Sets all privileges in the privilege set.
Security Library (libc.a)
#include <userpriv.h>
#include <sys/priv.h>
void priv_setall(privg_t pv)
The priv_setall subroutine sets all of the privileges in the privilege set specified by the pv parameter.
Item | Description |
---|---|
pv | Specifies the privilege set. |
The priv_setall subroutine returns no values.
No errno value is set.