]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/content_protection.h
xnu-3247.1.106.tar.gz
[apple/xnu.git] / bsd / sys / content_protection.h
index d35884f1bbcb7ee06c18637af6b53cfce1ee5cd5..20eae8b310c83e765fd4219d66796d2269eb9417 100644 (file)
 #define PROTECTION_CLASS_E 5
 #define PROTECTION_CLASS_F 6
 
+/*
+ * This forces open_dprotected_np to behave as though the file were created with
+ * the traditional open(2) semantics.
+ */
+#define PROTECTION_CLASS_DEFAULT  (-1)
+
 #endif /* PRIVATE */
 
 #endif /* _SYS_CONTENT_PROTECTION_H_ */