]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/cs_blobs.h
xnu-6153.81.5.tar.gz
[apple/xnu.git] / osfmk / kern / cs_blobs.h
index cf83fb96e964b4958fd8fd70e27d167c3bf2d54e..5a26da66734e35b93223847e7eb620aa7522d66a 100644 (file)
@@ -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