diff options
| author | James Young | 2016-11-04 14:35:54 +0000 |
|---|---|---|
| committer | James Young | 2016-11-04 14:35:54 +0000 |
| commit | f46e0032bffffece8e72ffffdb28ac0b1ea7c014 (patch) | |
| tree | 4ced01fb4782656592e4f350f4f42f1f70466635 /Library | |
| parent | 0028cf9fb85e7fecb4ad803a817600068c821dc9 (diff) | |
| download | brew-f46e0032bffffece8e72ffffdb28ac0b1ea7c014.tar.bz2 | |
Add static libs and dylibs commonly put in /usr/local/lib by Symantec Endpoint Protection to the brew doctor white lists
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/diagnostic.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index 6f53bf0e1..fbc10fe20 100644 --- a/Library/Homebrew/diagnostic.rb +++ b/Library/Homebrew/diagnostic.rb @@ -170,6 +170,8 @@ module Homebrew "libublio.*.dylib", # NTFS-3G "libUFSDNTFS.dylib", # Paragon NTFS "libUFSDExtFS.dylib", # Paragon ExtFS + "libecomlodr.dylib", # Symantec Endpoint Protection + "libsymsea.*.dylib", # Symantec Endpoint Protection ] __check_stray_files "/usr/local/lib", "*.dylib", white_list, <<-EOS.undent @@ -190,6 +192,13 @@ module Homebrew "libntfs-3g.a", # NTFS-3G "libntfs.a", # NTFS-3G "libublio.a", # NTFS-3G + "libappfirewall.a", # Symantec Endpoint Protection + "libautoblock.a", # Symantec Endpoint Protection + "libautosetup.a", # Symantec Endpoint Protection + "libconnectionsclient.a", # Symantec Endpoint Protection + "liblocationawareness.a", # Symantec Endpoint Protection + "libpersonalfirewall.a", # Symantec Endpoint Protection + "libtrustedcomponents.a", # Symantec Endpoint Protection ] __check_stray_files "/usr/local/lib", "*.a", white_list, <<-EOS.undent |
