Date: Thu, 11 Mar 2021 18:03:49 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 1690984a8307 - releng/13.0 - security(7): mention new W^X sysctls in the manual page Message-ID: <202103111803.12BI3nWI091978@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/13.0 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1690984a8307673b9027192d4467e7b8199dc772 commit 1690984a8307673b9027192d4467e7b8199dc772 Author: Evgeniy Khramtsov <evgeniy@khramtsov.org> AuthorDate: 2021-03-02 18:52:22 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-03-11 18:00:55 +0000 security(7): mention new W^X sysctls in the manual page Reviewed by: emaste, gbe Approved by: re (gjb) Differential Revision: https://reviews.freebsd.org/D28986 (cherry picked from commit 907023b454f06a6af87f21f8a9d6de6c11b2d275) --- share/man/man7/security.7 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/share/man/man7/security.7 b/share/man/man7/security.7 index 9ff39c74759c..b4aeb5728313 100644 --- a/share/man/man7/security.7 +++ b/share/man/man7/security.7 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 8, 2020 +.Dd February 28, 2021 .Dt SECURITY 7 .Os .Sh NAME @@ -1080,6 +1080,12 @@ Enables non-executable stack for 32bit processes. Enabled by default if supported by hardware and corresponding binary. .It Dv kern.elf64.nxstack Enables non-executable stack for 64bit processes. +.It Dv kern.elf32.allow_wx +Enables mapping of simultaneously writable and executable pages for +32bit processes. +.It Dv kern.elf64.allow_wx +Enables mapping of simultaneously writable and executable pages for +64bit processes. .El .Sh SEE ALSO .Xr chflags 1 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103111803.12BI3nWI091978>