summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_ifoff
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-10-29 13:33:06 +0000
committerrwatson <rwatson@FreeBSD.org>2007-10-29 13:33:06 +0000
commita4265719055fe445116eb2743b6aacf518bb1a8d (patch)
treeb5d3ede5fbbf1cb40c13deb6bb8e406ce58b639e /sys/security/mac_ifoff
parent17e940f736d56194ae75e4a2963c775a59f0a3f6 (diff)
downloadFreeBSD-src-a4265719055fe445116eb2743b6aacf518bb1a8d.zip
FreeBSD-src-a4265719055fe445116eb2743b6aacf518bb1a8d.tar.gz
Resort TrustedBSD MAC Framework policy entry point implementations and
declarations to match the object, operation sort order in the framework itself. Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/security/mac_ifoff')
-rw-r--r--sys/security/mac_ifoff/mac_ifoff.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/security/mac_ifoff/mac_ifoff.c b/sys/security/mac_ifoff/mac_ifoff.c
index 6d51ea8..e49e3ad 100644
--- a/sys/security/mac_ifoff/mac_ifoff.c
+++ b/sys/security/mac_ifoff/mac_ifoff.c
@@ -117,6 +117,10 @@ ifnet_check_incoming(struct ifnet *ifp, int viabpf)
return (EPERM);
}
+/*
+ * Object-specific entry point implementations are sorted alphabetically by
+ * object type and then by operation.
+ */
static int
ifoff_bpfdesc_check_receive(struct bpf_d *d, struct label *dlabel,
struct ifnet *ifp, struct label *ifplabel)
OpenPOWER on IntegriCloud