diff --git a/sys/security/mac/mac_policy.h b/sys/security/mac/mac_policy.h index 97b3522abf5..1f9a5485b13 100644 --- a/sys/security/mac/mac_policy.h +++ b/sys/security/mac/mac_policy.h @@ -1022,8 +1022,9 @@ struct mac_policy_conf { * 2 6.x * 3 7.x * 4 8.x + * 5 14.x */ -#define MAC_VERSION 4 +#define MAC_VERSION 5 #define MAC_POLICY_SET(mpops, mpname, mpfullname, mpflags, privdata_wanted) \ static struct mac_policy_conf mpname##_mac_policy_conf = { \