pub unsafe extern "C-unwind" fn AuthorizationRightRemove(
auth_ref: AuthorizationRef,
right_name: NonNull<c_char>,
) -> i32Available 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_refmust be a valid pointer.right_namemust be a valid pointer.