summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_seeotheruids/mac_seeotheruids.c
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_seeotheruids/mac_seeotheruids.c
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_seeotheruids/mac_seeotheruids.c')
-rw-r--r--sys/security/mac_seeotheruids/mac_seeotheruids.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac_seeotheruids/mac_seeotheruids.c b/sys/security/mac_seeotheruids/mac_seeotheruids.c
index 8ceb2c2..18397a3 100644
--- a/sys/security/mac_seeotheruids/mac_seeotheruids.c
+++ b/sys/security/mac_seeotheruids/mac_seeotheruids.c
@@ -166,5 +166,5 @@ static struct mac_policy_ops mac_seeotheruids_ops =
.mpo_check_socket_visible = mac_seeotheruids_check_socket_visible,
};
-MAC_POLICY_SET(&mac_seeotheruids_ops, trustedbsd_mac_seeotheruids,
+MAC_POLICY_SET(&mac_seeotheruids_ops, mac_seeotheruids,
"TrustedBSD MAC/seeotheruids", MPC_LOADTIME_FLAG_UNLOADOK, NULL);
OpenPOWER on IntegriCloud