aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac_seeotheruids
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2003-03-27 19:26:39 +0000
committerRobert Watson <rwatson@FreeBSD.org>2003-03-27 19:26:39 +0000
commit78183ac2d2669c86a73f9acc38050ce09295a1a7 (patch)
tree44ecf4a52ad0bca62fcad51a3a1134bf2d08fd0e /sys/security/mac_seeotheruids
parent0f9d6538bb7c1b6f67d6f29ce4dad791ae49679d (diff)
downloadsrc-78183ac2d2669c86a73f9acc38050ce09295a1a7.tar.gz
src-78183ac2d2669c86a73f9acc38050ce09295a1a7.zip
Notes
Diffstat (limited to 'sys/security/mac_seeotheruids')
-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 8ceb2c29329a..18397a371330 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);