]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_keychain/lib/SecAccess.cpp
Security-57337.60.2.tar.gz
[apple/security.git] / OSX / libsecurity_keychain / lib / SecAccess.cpp
index 9491f85c7f9d05a9a793e8a209af46a78c9c8e40..39a8b120a091a8210f33d96a56c8683ba21fb8da 100644 (file)
@@ -66,6 +66,8 @@ const CFStringRef kSecACLAuthorizationKeychainItemDelete = CFSTR("ACLAuthorizati
 
 const CFStringRef kSecACLAuthorizationChangeACL = CFSTR("ACLAuthorizationChangeACL");
 const CFStringRef kSecACLAuthorizationChangeOwner = CFSTR("ACLAuthorizationChangeOwner");
 
 const CFStringRef kSecACLAuthorizationChangeACL = CFSTR("ACLAuthorizationChangeACL");
 const CFStringRef kSecACLAuthorizationChangeOwner = CFSTR("ACLAuthorizationChangeOwner");
+const CFStringRef kSecACLAuthorizationPartitionID = CFSTR("ACLAuthorizationPartitionID");
+const CFStringRef kSecACLAuthorizationIntegrity = CFSTR("ACLAuthorizationIntegrity");
 
 
 static CFArrayRef copyTrustedAppListFromBundle(CFStringRef bundlePath, CFStringRef trustedAppListFileName);
 
 
 static CFArrayRef copyTrustedAppListFromBundle(CFStringRef bundlePath, CFStringRef trustedAppListFileName);
@@ -95,8 +97,9 @@ static CFStringRef gKeys[] =
        kSecACLAuthorizationKeychainItemDelete,
 
        kSecACLAuthorizationChangeACL,
        kSecACLAuthorizationKeychainItemDelete,
 
        kSecACLAuthorizationChangeACL,
-       kSecACLAuthorizationChangeOwner
-
+       kSecACLAuthorizationChangeOwner,
+    kSecACLAuthorizationPartitionID,
+    kSecACLAuthorizationIntegrity
 };
 
 static sint32 gValues[] =
 };
 
 static sint32 gValues[] =
@@ -121,7 +124,9 @@ static sint32 gValues[] =
        CSSM_ACL_AUTHORIZATION_DB_MODIFY,
        CSSM_ACL_AUTHORIZATION_DB_DELETE,
        CSSM_ACL_AUTHORIZATION_CHANGE_ACL,
        CSSM_ACL_AUTHORIZATION_DB_MODIFY,
        CSSM_ACL_AUTHORIZATION_DB_DELETE,
        CSSM_ACL_AUTHORIZATION_CHANGE_ACL,
-       CSSM_ACL_AUTHORIZATION_CHANGE_OWNER
+       CSSM_ACL_AUTHORIZATION_CHANGE_OWNER,
+    CSSM_ACL_AUTHORIZATION_PARTITION_ID,
+    CSSM_ACL_AUTHORIZATION_INTEGRITY
 };
 
 static
 };
 
 static