summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_bsdextended
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-03-27 19:26:39 +0000
committerrwatson <rwatson@FreeBSD.org>2003-03-27 19:26:39 +0000
commit5786f3cf186048553e834bc42946c017ffed61e1 (patch)
tree44ecf4a52ad0bca62fcad51a3a1134bf2d08fd0e /sys/security/mac_bsdextended
parentfdc61a3a240fc1c03970b36345b144af58fd5acd (diff)
downloadFreeBSD-src-5786f3cf186048553e834bc42946c017ffed61e1.zip
FreeBSD-src-5786f3cf186048553e834bc42946c017ffed61e1.tar.gz
Trim "trustedbsd_" from the front of the policy module "short names";
the vendor is only included in the long name currently, reducing verbosity when modules are registered and unregistered. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'sys/security/mac_bsdextended')
-rw-r--r--sys/security/mac_bsdextended/mac_bsdextended.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac_bsdextended/mac_bsdextended.c b/sys/security/mac_bsdextended/mac_bsdextended.c
index 9791e2e6..d0d6dc1 100644
--- a/sys/security/mac_bsdextended/mac_bsdextended.c
+++ b/sys/security/mac_bsdextended/mac_bsdextended.c
@@ -772,5 +772,5 @@ static struct mac_policy_ops mac_bsdextended_ops =
.mpo_check_vnode_stat = mac_bsdextended_check_vnode_stat,
};
-MAC_POLICY_SET(&mac_bsdextended_ops, trustedbsd_mac_bsdextended,
+MAC_POLICY_SET(&mac_bsdextended_ops, mac_bsdextended,
"TrustedBSD MAC/BSD Extended", MPC_LOADTIME_FLAG_UNLOADOK, NULL);
OpenPOWER on IntegriCloud