Skip to content

Commit

Permalink
Merge pull request #1440 from jawshooah/whitelist-sentinel
Browse files Browse the repository at this point in the history
diagnostics: whitelist dylib installed by SentinelOne
  • Loading branch information
jawshooah committed Nov 4, 2016
2 parents 0028cf9 + b351342 commit faa5062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/diagnostic.rb
Expand Up @@ -170,6 +170,7 @@ def check_for_stray_dylibs
"libublio.*.dylib", # NTFS-3G
"libUFSDNTFS.dylib", # Paragon NTFS
"libUFSDExtFS.dylib", # Paragon ExtFS
"sentinel.dylib", # SentinelOne
]

__check_stray_files "/usr/local/lib", "*.dylib", white_list, <<-EOS.undent
Expand Down

0 comments on commit faa5062

Please sign in to comment.