summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_policy.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-10-23 14:12:16 +0000
committerrwatson <rwatson@FreeBSD.org>2007-10-23 14:12:16 +0000
commit019b6cfbf006480893a61f5bedd478bcdcce201c (patch)
tree9bc1e6598933261a28b330168b95abd6d6b98bf8 /sys/security/mac/mac_policy.h
parentff02cfc2bd7dfde01dd9bbf276d49a4c1cccc082 (diff)
downloadFreeBSD-src-019b6cfbf006480893a61f5bedd478bcdcce201c.zip
FreeBSD-src-019b6cfbf006480893a61f5bedd478bcdcce201c.tar.gz
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
Diffstat (limited to 'sys/security/mac/mac_policy.h')
-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 c16fbb5..c061e2e 100644
--- a/sys/security/mac/mac_policy.h
+++ b/sys/security/mac/mac_policy.h
@@ -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 = { \
OpenPOWER on IntegriCloud