pub unsafe extern "C-unwind" fn AuthorizationRightRemove(
auth_ref: AuthorizationRef,
right_name: NonNull<c_char>,
) -> i32
Available on crate features
Authorization
and AuthorizationDB
only.Expand description
Request to remove a right from the policy database.
Parameter authRef
: (input) authRef, to be used to authorize this action.
Parameter rightName
: (input) the rightname (ASCII). Wildcard rightnames are not okay.
ยงSafety
auth_ref
must be a valid pointer.right_name
must be a valid pointer.