diff options
author | rwatson <rwatson@FreeBSD.org> | 2003-03-27 19:26:39 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2003-03-27 19:26:39 +0000 |
commit | 5786f3cf186048553e834bc42946c017ffed61e1 (patch) | |
tree | 44ecf4a52ad0bca62fcad51a3a1134bf2d08fd0e /sys/security/mac_mls | |
parent | fdc61a3a240fc1c03970b36345b144af58fd5acd (diff) | |
download | FreeBSD-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_mls')
-rw-r--r-- | sys/security/mac_mls/mac_mls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac_mls/mac_mls.c b/sys/security/mac_mls/mac_mls.c index 0645cf9..230e048 100644 --- a/sys/security/mac_mls/mac_mls.c +++ b/sys/security/mac_mls/mac_mls.c @@ -2506,5 +2506,5 @@ static struct mac_policy_ops mac_mls_ops = .mpo_check_vnode_write = mac_mls_check_vnode_write, }; -MAC_POLICY_SET(&mac_mls_ops, trustedbsd_mac_mls, "TrustedBSD MAC/MLS", +MAC_POLICY_SET(&mac_mls_ops, mac_mls, "TrustedBSD MAC/MLS", MPC_LOADTIME_FLAG_NOTLATE, &mac_mls_slot); |