]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_codesigning/lib/SecCodePriv.h
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / libsecurity_codesigning / lib / SecCodePriv.h
index e2cac5dd1c3d169b1eb8bb73da90edcd296a7375..a5b128cd54cfbd4c3ff78ff7a7e05d98bcfc418c 100644 (file)
@@ -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,
        // 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
 };
 
 #if TARGET_OS_OSX