summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mac.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-11-09 11:28:40 +0000
committerrwatson <rwatson@FreeBSD.org>2004-11-09 11:28:40 +0000
commitbd4e6ffd55baac03e26f60027d5d408024cb6ecc (patch)
tree0d8629def8369008941fc9725dadb881d46d3c67 /sys/kern/kern_mac.c
parent3e9750af4ed6e8d860455eea5824278c1f9d6ec9 (diff)
downloadFreeBSD-src-bd4e6ffd55baac03e26f60027d5d408024cb6ecc.zip
FreeBSD-src-bd4e6ffd55baac03e26f60027d5d408024cb6ecc.tar.gz
Bump MAC Framework version to 2 in preparation for the upcoming API/ABI
changes associated with adding System V IPC support. This will prevent old modules from being used with the new kernel, and new modules from being used with the old kernel.
Diffstat (limited to 'sys/kern/kern_mac.c')
-rw-r--r--sys/kern/kern_mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_mac.c b/sys/kern/kern_mac.c
index d2a6749..f44a380 100644
--- a/sys/kern/kern_mac.c
+++ b/sys/kern/kern_mac.c
@@ -96,7 +96,7 @@ __FBSDID("$FreeBSD$");
* modules to refuse to be loaded if the necessary support isn't present,
* even if it's pre-boot.
*/
-MODULE_VERSION(kernel_mac_support, 1);
+MODULE_VERSION(kernel_mac_support, 2);
SYSCTL_NODE(_security, OID_AUTO, mac, CTLFLAG_RW, 0,
"TrustedBSD MAC policy controls");
OpenPOWER on IntegriCloud