X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/c18c124eaa464aaaa5549e99e5a70fc9cbb50944..3e170ce000f1506b7b5d2c5c7faec85ceabb573d:/bsd/sys/content_protection.h diff --git a/bsd/sys/content_protection.h b/bsd/sys/content_protection.h index d35884f1b..20eae8b31 100644 --- a/bsd/sys/content_protection.h +++ b/bsd/sys/content_protection.h @@ -49,6 +49,12 @@ #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_ */