Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Oct 2023 01:50: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: 6e5dcc6113da - main - Connect mitigations(7) to the build
Message-ID:  <202310060150.3961oJEq035828@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=6e5dcc6113da649a79e5bc2c3ea9329bcd1d85d5

commit 6e5dcc6113da649a79e5bc2c3ea9329bcd1d85d5
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-10-05 17:55:36 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-10-06 01:48:27 +0000

    Connect mitigations(7) to the build
    
    Also add some cross references.
    
    Sponsored by:   The FreeBSD Foundation
---
 share/man/man7/Makefile           | 1 +
 share/man/man7/security.7         | 3 ++-
 usr.bin/elfctl/elfctl.1           | 4 +++-
 usr.bin/proccontrol/proccontrol.1 | 5 +++--
 4 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile
index 43d37fa33275..11246195201c 100644
--- a/share/man/man7/Makefile
+++ b/share/man/man7/Makefile
@@ -19,6 +19,7 @@ MAN=	arch.7 \
 	hostname.7 \
 	intro.7 \
 	maclabel.7 \
+	mitigations.7 \
 	operator.7 \
 	orders.7 \
 	ports.7 \
diff --git a/share/man/man7/security.7 b/share/man/man7/security.7
index 6d6742fca0bb..a48e3607f0e5 100644
--- a/share/man/man7/security.7
+++ b/share/man/man7/security.7
@@ -26,7 +26,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd August 18, 2023
+.Dd October 5, 2023
 .Dt SECURITY 7
 .Os
 .Sh NAME
@@ -1101,6 +1101,7 @@ Enables mapping of simultaneously writable and executable pages for
 .Xr xdm 1 Pq Pa ports/x11/xorg-clients ,
 .Xr group 5 ,
 .Xr ttys 5 ,
+.Xr mitigations 7 ,
 .Xr accton 8 ,
 .Xr init 8 ,
 .Xr sshd 8 ,
diff --git a/usr.bin/elfctl/elfctl.1 b/usr.bin/elfctl/elfctl.1
index 7c565049c155..2dbe04ee0ed2 100644
--- a/usr.bin/elfctl/elfctl.1
+++ b/usr.bin/elfctl/elfctl.1
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd February 4, 2022
+.Dd October 5, 2023
 .Dt ELFCTL 1
 .Os
 .Sh NAME
@@ -95,6 +95,8 @@ Features may also be specified as a single combined value:
 .Bd -literal -offset -indent
 elfctl -e =0x5 file
 .Ed
+.Sh SEE ALSO
+.Xr mitigations 7
 .Sh HISTORY
 .Nm
 first appeared in
diff --git a/usr.bin/proccontrol/proccontrol.1 b/usr.bin/proccontrol/proccontrol.1
index 6bef355a54c9..5cb5d584f480 100644
--- a/usr.bin/proccontrol/proccontrol.1
+++ b/usr.bin/proccontrol/proccontrol.1
@@ -26,7 +26,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd September 2, 2021
+.Dd October 5, 2023
 .Dt PROCCONTROL 1
 .Os
 .Sh NAME
@@ -126,7 +126,8 @@ process 1020, do
 .Sh SEE ALSO
 .Xr kill 2 ,
 .Xr procctl 2 ,
-.Xr ptrace 2
+.Xr ptrace 2 ,
+.Xr mitigations 7
 .Sh HISTORY
 The
 .Nm



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