aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac_seeotheruids
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2011-11-07 15:43:11 +0000
committerEd Schouten <ed@FreeBSD.org>2011-11-07 15:43:11 +0000
commit6472ac3d8a86336899b6cfb789a4cd9897e3fab5 (patch)
treebf1175813c8ae55dc563480a7eadad2ffae50256 /sys/security/mac_seeotheruids
parent37c1ff48a96739fe34d68a6602b70f2dca23920b (diff)
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 872647de9eaf..cef0d265648e 100644
--- a/sys/security/mac_seeotheruids/mac_seeotheruids.c
+++ b/sys/security/mac_seeotheruids/mac_seeotheruids.c
@@ -63,7 +63,7 @@
SYSCTL_DECL(_security_mac);
-SYSCTL_NODE(_security_mac, OID_AUTO, seeotheruids, CTLFLAG_RW, 0,
+static SYSCTL_NODE(_security_mac, OID_AUTO, seeotheruids, CTLFLAG_RW, 0,
"TrustedBSD mac_seeotheruids policy controls");
static int seeotheruids_enabled = 1;