aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeex <zeex@rocketmail.com>2020-11-11 02:12:18 +0600
committerGitHub <noreply@github.com>2020-11-11 02:12:18 +0600
commitf6a6f7d1927163176f71051bab01250322f33469 (patch)
treef1fc988f306cb01391a0e5b4aa53dc85f38a424f
parenta292bd33e1212057f7abc86210b5eeefc3c68e7f (diff)
downloadsubhook-f6a6f7d1927163176f71051bab01250322f33469.zip
subhook-f6a6f7d1927163176f71051bab01250322f33469.tar.gz
subhook-f6a6f7d1927163176f71051bab01250322f33469.tar.bz2
Update "Known issues" in README
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e15f9b6..bd29faf 100644
--- a/README.md
+++ b/README.md
@@ -152,7 +152,9 @@ Known issues
memory as executable, which prevents the use of trampolines.
For example, on Fedora you can have such problems because of SELinux (though
- you can disable it or exclude your files).
+ you can disable it or exclude your files). On macOS Catalina the
+ `mprotect()` call inside `subhook_new` will fail with "Permission denied"
+ (see https://github.com/Zeex/subhook/issues/45).
License
-------