mirror of
https://github.com/google/santa.git
synced 2026-04-24 03:00:12 -04:00
santad: Fix typo in cert protection error
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
NSArray *requiredHashesWhitelist = [requiredHashes filteredArrayUsingPredicate:p];
|
||||
if ((cleanSlate && requiredHashesWhitelist.count != 2) ||
|
||||
(requiredHashes.count != requiredHashesWhitelist.count)) {
|
||||
LOGE(@"Received request to remove whitelist for launchd/santad ceritifcates.");
|
||||
LOGE(@"Received request to remove whitelist for launchd/santad certificates.");
|
||||
*rollback = failed = YES;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user