git: b9c8344a391a - stable/13 - MAC: 'kernel_mac_support' module: Make an outdated comment more generic

From: Olivier Certner <olce_at_FreeBSD.org>
Date: Fri, 17 Jan 2025 12:27:01 UTC
The branch stable/13 has been updated by olce:

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

commit b9c8344a391aaed715d1230abd958fd7bc465f65
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2024-07-03 14:23:38 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-01-17 12:24:49 +0000

    MAC: 'kernel_mac_support' module: Make an outdated comment more generic
    
    No functional change.
    
    Reviewed by:    jamie
    Approved by:    markj (mentor)
    MFC after:      5 days
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D46898
    
    (cherry picked from commit 90678c892d7b3a90339b7fc19fde16c64fe3cb70)
---
 sys/security/mac/mac_framework.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/security/mac/mac_framework.c b/sys/security/mac/mac_framework.c
index da4fe9f237e6..342389606430 100644
--- a/sys/security/mac/mac_framework.c
+++ b/sys/security/mac/mac_framework.c
@@ -106,7 +106,7 @@ SYSCTL_NODE(_security, OID_AUTO, mac, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
     "TrustedBSD MAC policy controls");
 
 /*
- * Declare that the kernel provides MAC support, version 3 (FreeBSD 7.x).
+ * Declare that the kernel provides a specific version of MAC support.
  * This permits modules to refuse to be loaded if the necessary support isn't
  * present, even if it's pre-boot.
  */