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.
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.