diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2011-11-07 15:43:11 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2011-11-07 15:43:11 +0000 |
| commit | 6472ac3d8a86336899b6cfb789a4cd9897e3fab5 (patch) | |
| tree | bf1175813c8ae55dc563480a7eadad2ffae50256 /sys/security/mac_seeotheruids | |
| parent | 37c1ff48a96739fe34d68a6602b70f2dca23920b (diff) | |
Notes
Diffstat (limited to 'sys/security/mac_seeotheruids')
| -rw-r--r-- | sys/security/mac_seeotheruids/mac_seeotheruids.c | 2 |
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; |
