Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to disable use of rwx memory for improved security
This should disable two different JIT engines inside of QT: QT_ENABLE_REGEXP_JIT disables the pcre JIT QV4_FORCE_INTERPRETER disables the QML JIT There may be other QT JIT engines. On PaX/Grsecurity enabled kernels, users will need to weaken their security by setting PaX flags: setfattr -n user.pax.flags -v "emr" /usr/bin/ricochet In an ideal world, we will have no use of any JIT or JIT-like engine and will be able to take full advantage of PaX related security features.
- Loading branch information