Skip to content

Commit

Permalink
Remove libz and libgcc_s from the whitelist
Browse files Browse the repository at this point in the history
We build and package thes already, so having it in the whitelist defeats the
purpose. It may be causing issues here as well:

  https://gist.github.com/bdha/42f34f95664ed31f3387
  • Loading branch information
lamont-granquist authored and sethvargo committed May 14, 2014
1 parent 7fc60ab commit dba13e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/omnibus/health_check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class HealthCheck
/libcrypto.so/,
/libcurses\.so/,
/libdoor\.so/,
/libgcc_s\.so\.1/,
/libgen\.so/,
/libmd5\.so/,
/libmd\.so/,
Expand All @@ -78,7 +77,6 @@ class HealthCheck
/libssl.so/,
/libthread.so/,
/libuutil\.so/,
/libz.so/,
# solaris 11 libraries:
/libc\.so\.1/,
/libm\.so\.2/,
Expand Down

0 comments on commit dba13e4

Please sign in to comment.