summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrse <srse@users.noreply.github.com>2016-10-21 18:29:18 +0200
committerGitHub <noreply@github.com>2016-10-21 18:29:18 +0200
commitb4eaeae0891040c78a8e5ec526ee6c895286cb81 (patch)
treec755b07f91147fe91b3b47aead1ffc47f9071fcd
parent375aa65a00d6e3674a7ea1b3825cd6434c0a44b1 (diff)
downloadffi-b4eaeae0891040c78a8e5ec526ee6c895286cb81.tar.gz
Updated README.md
added links for pax and mprotect
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2920fb2..ab3b2f5 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ At a minimum, you will need:
* A C compiler (e.g. Xcode on OSX, gcc on everything else)
* libffi development library - this is commonly in the libffi-dev or libffi-devel
-On Linux systems running with PaX (Gentoo, Alpine, etc.) you may need to disable mprotect for ruby (`paxctl -m [/path/to/ruby]`).
+On Linux systems running with [PaX](https://en.wikipedia.org/wiki/PaX) (Gentoo, Alpine, etc.) you may need to disable [mprotect](https://en.wikibooks.org/wiki/Grsecurity/Appendix/Grsecurity_and_PaX_Configuration_Options#Restrict_mprotect.28.29) for ruby (`paxctl -m [/path/to/ruby]`).
## Installation