]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/vm_prot.h
xnu-1504.9.17.tar.gz
[apple/xnu.git] / osfmk / mach / vm_prot.h
index 2801dafd7220661c32b170fcc5531ca6b1f9a6ff..6fe17d43cc53a69e4e9d09b033db062bfcf9bba9 100644 (file)
@@ -129,4 +129,13 @@ typedef int                vm_prot_t;
 
 #define VM_PROT_WANTS_COPY     ((vm_prot_t) 0x10)
 
+
+/*
+ *     The caller wants this memory region treated as if it had a valid
+ *     code signature.
+ */
+
+#define VM_PROT_TRUSTED                ((vm_prot_t) 0x20)
+
+
 #endif /* _MACH_VM_PROT_H_ */