aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-10-05 17:55:36 +0000
committerEd Maste <emaste@FreeBSD.org>2023-10-06 01:48:27 +0000
commit6e5dcc6113da649a79e5bc2c3ea9329bcd1d85d5 (patch)
tree38ed76957b59c8d8c015894b61464cca9bb7de31
parentb6a61ac2d475fba9c45f7f407549a522f60dea18 (diff)
downloadsrc-6e5dcc6113da649a79e5bc2c3ea9329bcd1d85d5.tar.gz
src-6e5dcc6113da649a79e5bc2c3ea9329bcd1d85d5.zip
Connect mitigations(7) to the build
Also add some cross references. Sponsored by: The FreeBSD Foundation
-rw-r--r--share/man/man7/Makefile1
-rw-r--r--share/man/man7/security.73
-rw-r--r--usr.bin/elfctl/elfctl.14
-rw-r--r--usr.bin/proccontrol/proccontrol.15
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