X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/d64be36ead0ce792f249208635bc8db368d6cdd2..refs/heads/master:/OSX/libsecurity_codesigning/lib/SecCodePriv.h diff --git a/OSX/libsecurity_codesigning/lib/SecCodePriv.h b/OSX/libsecurity_codesigning/lib/SecCodePriv.h index e2cac5dd..a5b128cd 100644 --- a/OSX/libsecurity_codesigning/lib/SecCodePriv.h +++ b/OSX/libsecurity_codesigning/lib/SecCodePriv.h @@ -233,7 +233,7 @@ CF_ENUM(uint32_t) { // NOTE: These values needs to align with the public definitions for static code validity too. kSecCSStrictValidateStructure = 1 << 13, kSecCSSkipRootVolumeExceptions = 1 << 14, - + kSecCSSkipXattrFiles = 1 << 15, }; #if TARGET_OS_OSX