Daniel Micay d884cc83b0 remove unnecessary PaX detection
Rust no longer has support for JIT compilation, so it doesn't currently
require a PaX MPROTECT exception. The extended attributes are preferred
over modifying the binaries so it's not actually going to work on most
systems like this anyway.

If JIT compilation ends up being supported again, it should handle this
by *always* applying the exception via an extended attribute without
performing auto-detection of PaX on the host. The `paxctl` tool is only
necessary with the older method involving modifying the ELF binary.
2014-06-13 13:53:35 -07:00
..
2014-06-11 10:00:43 -07:00
2014-05-11 17:41:36 -04:00
2014-05-07 08:12:48 -07:00
2014-05-07 23:23:17 -07:00
2014-06-13 13:53:35 -07:00
2014-06-06 19:51:52 -07:00