Bump MAC_VERSION to 4 and add an 8.x line in the version table. Version 4

will include significant synchronization to the Mac OS X Leopard version
of the MAC Framework.

Obtained from:	TrustedBSD Project
This commit is contained in:
Robert Watson 2007-10-23 14:12:16 +00:00
parent ab69250de3
commit 1cb99cfc25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172905

View file

@ -945,8 +945,9 @@ struct mac_policy_conf {
* 1 5.x
* 2 6.x
* 3 7.x
* 4 8.x
*/
#define MAC_VERSION 3
#define MAC_VERSION 4
#define MAC_POLICY_SET(mpops, mpname, mpfullname, mpflags, privdata_wanted) \
static struct mac_policy_conf mpname##_mac_policy_conf = { \