]> git.saurik.com Git - apple/security.git/blobdiff - securityd/src/notifications.cpp
Security-59306.61.1.tar.gz
[apple/security.git] / securityd / src / notifications.cpp
index f4682cc5c11e85f9ba7f4463eb095f4ea14ca1ce..1efed3a503eb95d9de053e273671be2cdfac23b9 100644 (file)
@@ -299,10 +299,10 @@ bool SharedMemoryListener::needsPrivacyFilter(Notification *notification) {
     case kSecUnlockEvent:           // kNotificationEventUnlocked
     case kSecPasswordChangedEvent:  // kNotificationEventPassphraseChanged
     case kSecDefaultChangedEvent:
-    case kSecDataAccessEvent:
     case kSecKeychainListChangedEvent:
     case kSecTrustSettingsChangedEvent:
         return false;
+    case kSecDataAccessEvent:
     case kSecAddEvent:
     case kSecDeleteEvent:
     case kSecUpdateEvent: