diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2003-03-27 19:26:39 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2003-03-27 19:26:39 +0000 |
commit | 78183ac2d2669c86a73f9acc38050ce09295a1a7 (patch) | |
tree | 44ecf4a52ad0bca62fcad51a3a1134bf2d08fd0e /sys/security/mac_ifoff | |
parent | 0f9d6538bb7c1b6f67d6f29ce4dad791ae49679d (diff) |
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
Notes
Notes:
svn path=/head/; revision=112717
Diffstat (limited to 'sys/security/mac_ifoff')
-rw-r--r-- | sys/security/mac_ifoff/mac_ifoff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac_ifoff/mac_ifoff.c b/sys/security/mac_ifoff/mac_ifoff.c index 7ba2a0d6c953..941d48efd369 100644 --- a/sys/security/mac_ifoff/mac_ifoff.c +++ b/sys/security/mac_ifoff/mac_ifoff.c @@ -162,5 +162,5 @@ static struct mac_policy_ops mac_ifoff_ops = .mpo_check_socket_deliver = mac_ifoff_check_socket_deliver, }; -MAC_POLICY_SET(&mac_ifoff_ops, trustedbsd_mac_ifoff, "TrustedBSD MAC/ifoff", +MAC_POLICY_SET(&mac_ifoff_ops, mac_ifoff, "TrustedBSD MAC/ifoff", MPC_LOADTIME_FLAG_UNLOADOK, NULL); |