Removes a privilege from a privilege set.
Security Library (libc.a)
The privbit_clr subroutine removes the privilege specified by the priv parameter from the privilege set specified by the pv parameter.
Item | Description |
---|---|
pv | Specifies the privilege set that the privilege is removed from. |
priv | Specifies the privilege to be removed. |
The privbit_clr subroutine returns no values.
No errno value is set.