Skip to content

Commit

Permalink
Add missing EndpointSecurity dylib (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
kallsyms committed Mar 25, 2024
1 parent 262adfe commit 57fc2b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/santad/BUILD
Expand Up @@ -658,6 +658,9 @@ objc_library(
name = "EndpointSecurityAPI",
srcs = ["EventProviders/EndpointSecurity/EndpointSecurityAPI.mm"],
hdrs = ["EventProviders/EndpointSecurity/EndpointSecurityAPI.h"],
sdk_dylibs = [
"EndpointSecurity",
],
deps = [
":EndpointSecurityClient",
":EndpointSecurityMessage",
Expand Down
1 change: 1 addition & 0 deletions Source/santad/EventProviders/EndpointSecurity/Enricher.h
Expand Up @@ -18,6 +18,7 @@

#include "Source/common/SantaCache.h"
#include "Source/santad/EventProviders/EndpointSecurity/EnrichedTypes.h"
#include "Source/santad/ProcessTree/process_tree.h"

namespace santa::santad::event_providers::endpoint_security {

Expand Down

0 comments on commit 57fc2b0

Please sign in to comment.