]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/codesign.h
xnu-4570.51.1.tar.gz
[apple/xnu.git] / bsd / sys / codesign.h
index 15a39365bf586b46d30524ed9e6d1525f74d18a9..f56878e73fe735013b007eb93a20bbafba5a5096 100644 (file)
@@ -131,8 +131,13 @@ int        csfg_get_platform_binary(struct fileglob *);
 uint8_t * csfg_get_cdhash(struct fileglob *, uint64_t, size_t *);
 int csfg_get_prod_signed(struct fileglob *);
 unsigned int csfg_get_signer_type(struct fileglob *);
+const char *csfg_get_identity(struct fileglob *fg, off_t offset);
 unsigned int csproc_get_signer_type(struct proc *);
 
+uint8_t csfg_get_platform_identifier(struct fileglob *, off_t);
+uint8_t csvnode_get_platform_identifier(struct vnode *, off_t);
+uint8_t csproc_get_platform_identifier(struct proc *);
+
 extern int cs_debug;
 
 #ifdef XNU_KERNEL_PRIVATE