Stores the intersection of two privilege sets into a new privilege set.
Security Library (libc.a)
The priv_mask subroutine computes the intersection of the privilege set specified by the pv1 and pv2 parameters, and stores the result into the pv3 parameter.
Item | Description |
---|---|
pv1 | Specifies the privilege set. |
pv2 | Specifies the privilege set. |
pv3 | Specifies the place to store the intersection of the pv1 and pv2 parameters. |
The priv_mask subroutine returns no values.
No errno value is set.