git: 907023b454f0 - main - security(7): mention new W^X sysctls in the manual page
Gordon Bergling
gbe at FreeBSD.org
Tue Mar 2 18:53:30 UTC 2021
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=907023b454f06a6af87f21f8a9d6de6c11b2d275
commit 907023b454f06a6af87f21f8a9d6de6c11b2d275
Author: Evgeniy Khramtsov <evgeniy at khramtsov.org>
AuthorDate: 2021-03-02 18:52:22 +0000
Commit: Gordon Bergling <gbe at FreeBSD.org>
CommitDate: 2021-03-02 18:52:22 +0000
security(7): mention new W^X sysctls in the manual page
Reviewed by: emaste, gbe
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D28986
---
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 ,
More information about the dev-commits-src-all
mailing list