Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perform RUNPATH auditing on all PyInstaller archive libraries before aborting #208

Merged
merged 6 commits into from
Oct 22, 2021

Conversation

JonathonReinhart
Copy link
Owner

@JonathonReinhart JonathonReinhart commented Oct 22, 2021

This makes it easier to understand the full scope of the RUNPATH problem (#188) for a particular PyInstaller input.

We only have to do this for the PyInstaller-bundled binaries, because those are the ones that we do not modify.

Closes #207

…ries()

This seems to be a more logical place anyway.
This makes it easier to understand the full scope of the RUNPATH problem
for a particular PyInstaller input.

Closes #207
This allows us to exercise and verify the bulk library auditing.
@JonathonReinhart
Copy link
Owner Author

Full test suite run locally (on Debian 11).

@JonathonReinhart JonathonReinhart changed the title Perform RUNPATH auditing on all PyInstaller archive libraries Perform RUNPATH auditing on all PyInstaller archive libraries before aborting Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Perform RUNPATH auditing of all libraries before aborting
1 participant