X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..cb3231590a3c94ab4375e2228bd5e86b0cf1ad7e:/bsd/sys/codesign.h?ds=inline diff --git a/bsd/sys/codesign.h b/bsd/sys/codesign.h index 26e3e1f64..25e569fcb 100644 --- a/bsd/sys/codesign.h +++ b/bsd/sys/codesign.h @@ -92,6 +92,9 @@ int csproc_forced_lv(struct proc* p); int cs_system_require_lv(void); uint32_t cs_entitlement_flags(struct proc *p); int cs_entitlements_blob_get(struct proc *, void **, size_t *); +#ifdef KERNEL_PRIVATE +int cs_entitlements_dictionary_copy(struct proc *, void **); +#endif int cs_restricted(struct proc *); uint8_t * cs_get_cdhash(struct proc *);