Skip to content

Commit

Permalink
WHitelist libatomic to fix keydb linking issue
Browse files Browse the repository at this point in the history
Signed-off-by: poorndm <poorndm@progress.com>
  • Loading branch information
poorndm committed Aug 7, 2024
1 parent 3efa84c commit 3084c8d
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 3084c8d

Please sign in to comment.