Skip to content

Commit

Permalink
Merge pull request #1157 from chef/CHEF-14401-whitelist-libatomic
Browse files Browse the repository at this point in the history
Whitelist libatomic to fix keydb linking issue
  • Loading branch information
poorndm committed Aug 13, 2024
2 parents 3efa84c + 3084c8d commit 5479e15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/omnibus/whitelist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
WHITELIST_LIBS = [
/ld-linux/,
/libanl\.so/,
/libatomic\.so/,
/libc\.so/,
/libcrypt\.so/,
/libdl/,
Expand All @@ -35,6 +36,7 @@

ARCH_WHITELIST_LIBS = [
/libanl\.so/,
/libatomic\.so/,
/libc\.so/,
/libcrypt\.so/,
/libdb-5\.3\.so/,
Expand Down Expand Up @@ -69,6 +71,7 @@
/libc\.so\.1/,
/libcrypt\./,
/libcrypt\.so\.1/,
/libatomic\.so/,
/libdl\.so\.1/,
/libgcc_s\.so\.1/,
/libgen\.so\.1/,
Expand Down

0 comments on commit 5479e15

Please sign in to comment.