X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..c6bf4f310a33a9262d455ea4d3f0630b1255e3fe:/osfmk/kern/cs_blobs.h diff --git a/osfmk/kern/cs_blobs.h b/osfmk/kern/cs_blobs.h index cf83fb96e..5a26da667 100644 --- a/osfmk/kern/cs_blobs.h +++ b/osfmk/kern/cs_blobs.h @@ -129,11 +129,12 @@ enum { CS_HASH_MAX_SIZE = 48, /* max size of the hash we'll support */ /* - * Currently only to support Legacy VPN plugins, + * Currently only to support Legacy VPN plugins, and Mac App Store * but intended to replace all the various platform code, dev code etc. bits. */ CS_SIGNER_TYPE_UNKNOWN = 0, CS_SIGNER_TYPE_LEGACYVPN = 5, + CS_SIGNER_TYPE_MAC_APP_STORE = 6, }; #define KERNEL_HAVE_CS_CODEDIRECTORY 1