From 5290493a200cc71ad3b3ec5b1bc2dd37c7cbcb9c Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 19 Jan 2021 08:53:07 -0500 Subject: [PATCH] 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.