Add support for macOS Hardened Runtime
When using the Hardened Runtime (available with 10.14), macOS requires the use of MAP_JIT
for mmap()
call and the com.apple.security.cs.allow-jit
entitlement.
Fixes: #30 (closed)
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
When using the Hardened Runtime (available with 10.14), macOS requires the use of MAP_JIT
for mmap()
call and the com.apple.security.cs.allow-jit
entitlement.
Fixes: #30 (closed)