summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_biba
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-01-10 09:17:16 +0000
committerrwatson <rwatson@FreeBSD.org>2009-01-10 09:17:16 +0000
commitaeaccdebe1a1d60a30f576f94448e6d0bb078a93 (patch)
treec90185412e93c5fa5899ef8c0024468d586cf1e2 /sys/security/mac_biba
parent8ef504d98df9e2f7590d0472259b1551eb4f1cb2 (diff)
downloadFreeBSD-src-aeaccdebe1a1d60a30f576f94448e6d0bb078a93.zip
FreeBSD-src-aeaccdebe1a1d60a30f576f94448e6d0bb078a93.tar.gz
Use MPC_OBJECT_IP6Q to indicate labeling of struct ip6q rather than
MPC_OBJECT_IPQ; it was already defined, just not used. Obtained from: TrustedBSD Project Sponsored by: Apple, Inc.
Diffstat (limited to 'sys/security/mac_biba')
-rw-r--r--sys/security/mac_biba/mac_biba.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/security/mac_biba/mac_biba.c b/sys/security/mac_biba/mac_biba.c
index 4e10f27..72a3f0e 100644
--- a/sys/security/mac_biba/mac_biba.c
+++ b/sys/security/mac_biba/mac_biba.c
@@ -3553,6 +3553,7 @@ static struct mac_policy_ops mac_biba_ops =
MPC_OBJECT_DEVFS | \
MPC_OBJECT_MBUF | \
MPC_OBJECT_IPQ | \
+ MPC_OBJECT_IP6Q | \
MPC_OBJECT_IFNET | \
MPC_OBJECT_BPFDESC | \
MPC_OBJECT_PIPE | \
OpenPOWER on IntegriCloud