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