Due to complexity around Java install and PaX flags: Java runs java as part of the install process, and paxctld does not run and apply to flag before that happens.
We will likely need to install Java twice:
- Install, PaX mprotect will block the java post install script
- Add m to java binary
- Reinstall, now Java (and thus LibreOffice) should work.