Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jul 2023 19:13:23 GMT
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 317af3e132c4 - stable/13 - mac(4): update the references to MAC modules
Message-ID:  <202307071913.367JDNJs045923@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=317af3e132c4528f67096f8f0d2f3ad65fdcb712

commit 317af3e132c4528f67096f8f0d2f3ad65fdcb712
Author:     Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-06-12 18:56:34 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-07-07 19:13:02 +0000

    mac(4): update the references to MAC modules
    
    Add entries for mac_ntpd(4) and mac_priority(4) to the table of MAC
    modules.
    
    Drop the entry for mac_none(4) from the list, but retain the
    cross-reference in SEE ALSO. This module has no functional impact and is
    of minimal interest to users. Add a new cross-reference to the similar
    mac_stub(4), limited to SEE ALSO for the same reasoning.
    
    Reviewed by:    Pau Amma <pauamma@gundo.com>
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D40483
    
    (cherry picked from commit e2cb7201015dbd2d4cea5c9b4e0385d11614263c)
---
 share/man/man4/mac.4 | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/mac.4 b/share/man/man4/mac.4
index 135301962f3b..2ba03434c878 100644
--- a/share/man/man4/mac.4
+++ b/share/man/man4/mac.4
@@ -30,7 +30,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 25, 2015
+.Dd June 10, 2023
 .Dt MAC 4
 .Os
 .Sh NAME
@@ -58,9 +58,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
@@ -205,9 +206,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 ,



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