Skip to content

Commit

Permalink
Merge pull request #81 from dvarrazzo/whitelist-libresolv
Browse files Browse the repository at this point in the history
Added libresolv to the whitelisted libraries
  • Loading branch information
ehashman authored Nov 17, 2017
2 parents ffdd71a + ad77b3f commit 5b8b569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auditwheel/policy/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"libc.so.6", "libnsl.so.1", "libutil.so.1", "libpthread.so.0",
"libX11.so.6", "libXext.so.6", "libXrender.so.1", "libICE.so.6",
"libSM.so.6", "libGL.so.1", "libgobject-2.0.so.0",
"libgthread-2.0.so.0", "libglib-2.0.so.0"
"libgthread-2.0.so.0", "libglib-2.0.so.0", "libresolv.so.2"
]}
]

0 comments on commit 5b8b569

Please sign in to comment.