summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2019-12-11 16:43:54 +0000
committerEd Maste <emaste@FreeBSD.org>2019-12-11 16:43:54 +0000
commitd777076f29dcb0605ea1d23e6cf5495b23966031 (patch)
treee3154899dd9317dbb1cdb132072f91494f49bb75
parent037c0994bfd3d7a3302e689970e93298c9e9ed4c (diff)
Notes
-rw-r--r--share/man/man7/security.713
1 files changed, 12 insertions, 1 deletions
diff --git a/share/man/man7/security.7 b/share/man/man7/security.7
index 39f256eb3fbb0..04d220a9d0aa2 100644
--- a/share/man/man7/security.7
+++ b/share/man/man7/security.7
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 12, 2019
+.Dd December 11, 2019
.Dt SECURITY 7
.Os
.Sh NAME
@@ -944,6 +944,17 @@ information access more restricted.
Some people consider this as improving system security, so the knobs are
briefly listed there, together with controls which enable some mitigations
of the hardware state leaks.
+.Pp
+Hardware mitigation sysctl knobs described below have been moved under
+.Pa machdep.mitigations ,
+with backwards-compatibility shims to accept the existing names.
+A future change will rationalize the sense of the individual sysctls
+(so that enabled / true always indicates that the mitigation is active).
+For that reason the previous names remain the canonical way to set the
+mitigations, and are documented here.
+Backwards compatibility shims for the interim sysctls under
+.Pa machdep.mitigations
+will not be added.
.Bl -tag -width security.bsd.unprivileged_proc_debug
.It Dv security.bsd.see_other_uids
Controls visibility of processes owned by different uid.