From 803c5c3afecada7cb6e85d69d37a0fb909b8a59c Mon Sep 17 00:00:00 2001 From: Wang Boyu Date: Thu, 22 Jun 2017 09:59:44 +0800 Subject: [PATCH 1/2] diagnostic: Update whitelisted dylib used by Symantec --- Library/Homebrew/diagnostic.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index 240e85b48a..7a5781c731 100644 --- a/Library/Homebrew/diagnostic.rb +++ b/Library/Homebrew/diagnostic.rb @@ -166,6 +166,7 @@ module Homebrew "libUFSDExtFS.dylib", # Paragon ExtFS "libecomlodr.dylib", # Symantec Endpoint Protection "libsymsea.*.dylib", # Symantec Endpoint Protection + "libsymsea.dylib", # Symantec Endpoint Protection "sentinel.dylib", # SentinelOne ] From 89d2cc00da69f1a42cb3dea85ef74e8622868c35 Mon Sep 17 00:00:00 2001 From: Wang Boyu Date: Thu, 22 Jun 2017 16:00:54 +0800 Subject: [PATCH 2/2] diagnostic: Update whitelisted dylib used by Symantec (again) --- Library/Homebrew/diagnostic.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index 7a5781c731..a5adfeb63a 100644 --- a/Library/Homebrew/diagnostic.rb +++ b/Library/Homebrew/diagnostic.rb @@ -165,8 +165,7 @@ module Homebrew "libUFSDNTFS.dylib", # Paragon NTFS "libUFSDExtFS.dylib", # Paragon ExtFS "libecomlodr.dylib", # Symantec Endpoint Protection - "libsymsea.*.dylib", # Symantec Endpoint Protection - "libsymsea.dylib", # Symantec Endpoint Protection + "libsymsea*.dylib", # Symantec Endpoint Protection "sentinel.dylib", # SentinelOne ]