Bump MAC_VERSION to 5

2449b9e5fe introduced API changes
that require ensuring that loadable MAC modules use the matching API.

Sponsored by:	Juniper Networks, Inc.
Sponsored by:	Klara, Inc.
This commit is contained in:
Allan Jude 2022-10-07 14:37:35 +00:00
parent 46fcf947c6
commit 5031550134

View file

@ -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 = { \