]> git.saurik.com Git - apple/libsecurity_codesigning.git/blobdiff - lib/CSCommon.h
libsecurity_codesigning-55037.15.tar.gz
[apple/libsecurity_codesigning.git] / lib / CSCommon.h
index 3c87b6213cadc8b2cbecb1a0c4b4ad61b9ca44a3..883d57bc5d1f9b2ca3f13f6b6e96e561325298fe 100644 (file)
@@ -89,7 +89,10 @@ enum {
        errSecCSInfoPlistFailed =                       -67030, /* invalid Info.plist (plist or signature have been modified) */
        errSecCSNoMainExecutable =                      -67029, /* the code has no main executable file */
        errSecCSBadBundleFormat =                       -67028, /* bundle format unrecognized, invalid, or unsuitable */
-       errSecCSNoMatches =                             -67027, /* no matches for search or update operation */
+       errSecCSNoMatches =                                     -67027, /* no matches for search or update operation */
+       errSecCSFileHardQuarantined =           -67026, /* File created by an AppSandbox, exec/open not allowed */
+       errSecCSOutdated =                                      -67025, /* presented data is out of date */
+       errSecCSDbCorrupt =                                     -67024, /* a system database of file is corrupt */
 };