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

RTLD scan only works with new dynamic linker that has compartmentalisation #42

Open
psjm3 opened this issue Jul 23, 2024 · 0 comments
Open

Comments

@psjm3
Copy link
Contributor

psjm3 commented Jul 23, 2024

Existing code does a RTLD scan by default and it relies on the obj_entry struct defined in the latest dynamic linker that has compartmentalisation enabled.

I assume that we need to support the old linker too as well as statically linked processes, need to do a check for this scan.

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

No branches or pull requests

1 participant