aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/mac.48
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/mac.4 b/share/man/man4/mac.4
index 98d685143d88..9f52831a5f57 100644
--- a/share/man/man4/mac.4
+++ b/share/man/man4/mac.4
@@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 29, 2022
+.Dd June 10, 2023
.Dt MAC 4
.Os
.Sh NAME
@@ -59,9 +59,10 @@ Currently, the following MAC policy modules are shipped with
.It Xr mac_ifoff 4 Ta "Interface silencing" Ta no Ta any time
.It Xr mac_lomac 4 Ta "Low-Watermark MAC policy" Ta yes Ta boot only
.It Xr mac_mls 4 Ta "Confidentiality policy" Ta yes Ta boot only
-.It Xr mac_none 4 Ta "Sample no-op policy" Ta no Ta any time
+.It Xr mac_ntpd 4 Ta "Non-root NTP Daemon policy" Ta no Ta any time
.It Xr mac_partition 4 Ta "Process partition policy" Ta yes Ta any time
.It Xr mac_portacl 4 Ta "Port bind(2) access control" Ta no Ta any time
+.It Xr mac_priority 4 Ta "Scheduling priority policy" Ta no Ta any time
.It Xr mac_seeotheruids 4 Ta "See-other-UIDs policy" Ta no Ta any time
.It Xr mac_test 4 Ta "MAC testing policy" Ta no Ta any time
.El
@@ -207,9 +208,12 @@ man page.
.Xr mac_lomac 4 ,
.Xr mac_mls 4 ,
.Xr mac_none 4 ,
+.Xr mac_ntpd 4 ,
.Xr mac_partition 4 ,
.Xr mac_portacl 4 ,
+.Xr mac_priority 4 ,
.Xr mac_seeotheruids 4 ,
+.Xr mac_stub 4 ,
.Xr mac_test 4 ,
.Xr login.conf 5 ,
.Xr maclabel 7 ,