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:
parent
c8ef8ceadc
commit
2abf2a6a79
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user