From 2abf2a6a79459694c41b1198cb9ad48810206f64 Mon Sep 17 00:00:00 2001 From: Louis Bergelson Date: Tue, 28 Nov 2017 17:34:16 -0500 Subject: [PATCH] whitelisting additional SentinelOne dylib pattern it seems like SentinelOne is now using dylibs that include a number, possibly randomized in some way this causes brew doctor to give a warning, but it should probably be ignored like the previous versions of the sentinel dylib updating diagnostic.rb to include a new pattern to ignore dylibs of the form sentinel-*.dylib --- Library/Homebrew/diagnostic.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index e1b1bb8ee8..61f9b53a35 100644 --- a/Library/Homebrew/diagnostic.rb +++ b/Library/Homebrew/diagnostic.rb @@ -180,6 +180,7 @@ module Homebrew "libecomlodr.dylib", # Symantec Endpoint Protection "libsymsea*.dylib", # Symantec Endpoint Protection "sentinel.dylib", # SentinelOne + "sentinel-*.dylib", # SentinelOne ] __check_stray_files "/usr/local/lib", "*.dylib", white_list, <<~EOS