git: 7982985bdf58 - main - kern: mac: bump the MAC_VERSION for 16.x

From: Kyle Evans <kevans_at_FreeBSD.org>
Date: Thu, 23 Apr 2026 18:48:11 UTC
The branch main has been updated by kevans:

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

commit 7982985bdf58d2ee90d10d5710b28f5c3cd48bb1
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2026-04-23 18:47:09 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2026-04-23 18:47:09 +0000

    kern: mac: bump the MAC_VERSION for 16.x
    
    Reviewed by:    bapt
    Differential Revision:  https://reviews.freebsd.org/D55703
---
 sys/security/mac/mac_policy.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys/security/mac/mac_policy.h b/sys/security/mac/mac_policy.h
index 4c6cb1b9b2d0..d651dd24b233 100644
--- a/sys/security/mac/mac_policy.h
+++ b/sys/security/mac/mac_policy.h
@@ -1104,8 +1104,9 @@ struct mac_policy_conf {
  *   4                       8.x
  *   5                       14.x
  *   6                       15.x
+ *   7                       16.x
  */
-#define	MAC_VERSION	6
+#define	MAC_VERSION	7
 
 #define	MAC_POLICY_SET(mpops, mpname, mpfullname, mpflags, privdata_wanted) \
 	static struct mac_policy_conf mpname##_mac_policy_conf = {	\