lib/omnibus/whitelist.rb in omnibus-6.1.9 vs lib/omnibus/whitelist.rb in omnibus-7.0.12

- old
+ new

@@ -1,7 +1,7 @@ -# Copyright 2012-2018 Chef Software, Inc. +# Copyright 2012-2020, Chef Software Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # @@ -14,10 +14,11 @@ # limitations under the License. # WHITELIST_LIBS = [ /ld-linux/, + /libanl\.so/, /libc\.so/, /libcrypt\.so/, /libdl/, /libfreebl\d\.so/, /libgcc_s\.so/, @@ -31,9 +32,10 @@ /linux-vdso.+/, /linux-gate\.so/, ].freeze ARCH_WHITELIST_LIBS = [ + /libanl\.so/, /libc\.so/, /libcrypt\.so/, /libdb-5\.3\.so/, /libdl\.so/, /libffi\.so/,