Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2021 13:56:19 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5290493a200c - main - RELNOTES: correct sense and name for allow_wx sysctl
Message-ID:  <202101191356.10JDuJRF078661@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=5290493a200cc71ad3b3ec5b1bc2dd37c7cbcb9c

commit 5290493a200cc71ad3b3ec5b1bc2dd37c7cbcb9c
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-01-19 13:53:07 +0000
Commit:     Ed Maste <emaste@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.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101191356.10JDuJRF078661>