Skip to content

Commit

Permalink
ocspd also seems integral to cs validation (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
tburgin authored Sep 26, 2018
1 parent 1f9d60a commit c9cb91a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/santad/DataLayer/SNTRuleTable.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ @interface SNTRuleTable ()
@implementation SNTRuleTable

- (NSArray *)criticalSystemBinaryPaths {
return @[ @"/usr/libexec/trustd", @"/usr/sbin/securityd", @"/usr/libexec/xpcproxy" ];
return @[
@"/usr/libexec/trustd", @"/usr/sbin/securityd", @"/usr/libexec/xpcproxy", @"/usr/sbin/ocspd"
];
}

- (uint32_t)initializeDatabase:(FMDatabase *)db fromVersion:(uint32_t)version {
Expand Down

0 comments on commit c9cb91a

Please sign in to comment.