Skip to main content

SecAccessCreateWithOwnerAndACL

Function SecAccessCreateWithOwnerAndACL 

Source
pub unsafe extern "C-unwind" fn SecAccessCreateWithOwnerAndACL(
    user_id: uid_t,
    group_id: gid_t,
    owner_type: SecAccessOwnerType,
    acls: Option<&CFArray>,
    error: *mut *mut CFError,
) -> Option<CFRetained<SecAccess>>
👎Deprecated:

renamed to SecAccess::with_owner_and_acl

Available on crate features libc and SecAccess and SecBase only.