Fix running linux binaries linked against newer glibc. Without
it they segfault on startup in a hard to reproduce way - try running
"/bin/echo 1 1 1 1 1 1" with varying amounts of "1"s; first do
"sysctl compat.linux.osrelease='5.0.0'".
The reason for this is not known; it's more of a hack than a proper fix.
There's a new compat.linux.align_stack sysctl to disable it, just in case.