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
This commit is contained in:
Louis Bergelson 2017-11-28 17:34:16 -05:00
parent c8ef8ceadc
commit 2abf2a6a79

View File

@ -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