Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
PT_LOAD
explicitly read-execute and PT_DYNAMIC
explicitly re…
…ad-only When we make `librrpage.so` non-absolutely positioned, the dynamic loader will try to relocate `PT_DYNAMIC` if it's not marked read-only. The kernel's VDSO has readonly `PT_DYNAMIC` so we're matching that.
- Loading branch information