mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
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:
parent
46fcf947c6
commit
5031550134
@ -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 = { \
|
||||
|
Loading…
Reference in New Issue
Block a user