aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2026-04-23 18:47:09 +0000
committerKyle Evans <kevans@FreeBSD.org>2026-04-23 18:47:09 +0000
commit7982985bdf58d2ee90d10d5710b28f5c3cd48bb1 (patch)
tree6c034d1e067936a0c1c2a279f223aa290070cc49
parent28b0084af332c34af3bdc60354bb7feea8ceeaa3 (diff)
kern: mac: bump the MAC_VERSION for 16.x
Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D55703
-rw-r--r--sys/security/mac/mac_policy.h3
1 files changed, 2 insertions, 1 deletions
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 = { \