git: 5290493a200c - main - RELNOTES: correct sense and name for allow_wx sysctl
Ed Maste
emaste at FreeBSD.org
Tue Jan 19 13:56:19 UTC 2021
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=5290493a200cc71ad3b3ec5b1bc2dd37c7cbcb9c
commit 5290493a200cc71ad3b3ec5b1bc2dd37c7cbcb9c
Author: Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-01-19 13:53:07 +0000
Commit: Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-01-19 13:53:07 +0000
RELNOTES: correct sense and name for allow_wx sysctl
The sysctl is kern.elf64.allow_wx and defaults to 1, allow W+X mappings.
Reported by: alc
---
RELNOTES | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELNOTES b/RELNOTES
index 585cf68dc2a2..136a6123ee72 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -18,7 +18,7 @@ Changes to this file should not be MFCed.
Add support for enforcing W^X mapping policy for user
processes. The policy is not enforced by default but can be
enabled by setting the kern.elf32.allow_wx and
- kern.elf64_allow_wx sysctls to 1. Individual binaries can be
+ kern.elf64.allow_wx sysctls to 0. Individual binaries can be
exempted from the policy by elfctl(1) via the wxneeded
feature.
More information about the dev-commits-src-all
mailing list