git: 90678c892d7b - main - MAC: 'kernel_mac_support' module: Make an outdated comment more generic
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Dec 2024 14:45:10 UTC
The branch main has been updated by olce:
URL: https://cgit.FreeBSD.org/src/commit/?id=90678c892d7b3a90339b7fc19fde16c64fe3cb70
commit 90678c892d7b3a90339b7fc19fde16c64fe3cb70
Author: Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2024-07-03 14:23:38 +0000
Commit: Olivier Certner <olce@FreeBSD.org>
CommitDate: 2024-12-16 14:42:27 +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
---
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 78c7c1ac6bd1..e290f837e297 100644
--- a/sys/security/mac/mac_framework.c
+++ b/sys/security/mac/mac_framework.c
@@ -105,7 +105,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.
*/