]> git.saurik.com Git - apple/xnu.git/blobdiff - security/_label.h
xnu-4903.241.1.tar.gz
[apple/xnu.git] / security / _label.h
index 509d3a07d095e04cd13ba6d24168e333ed5ce9d4..cb4d9e8a6881259abe65c7c22b75b28533a353fc 100644 (file)
  * XXXMAC: This shouldn't be exported to userland, but is because of ucred.h
  * and various other messes.
  */
+#if CONFIG_EMBEDDED
+#if CONFIG_VNGUARD
+#define        MAC_MAX_SLOTS   4
+#else
+#define        MAC_MAX_SLOTS   3
+#endif
+#else
 #define        MAC_MAX_SLOTS   7
+#endif
 
 #define        MAC_FLAG_INITIALIZED    0x0000001       /* Is initialized for use. */