aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac_seeotheruids
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-12-10 16:20:34 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-12-10 16:20:34 +0000
commiteba0370d9028d9b36bc36dea083f1ae6a0592e73 (patch)
treeb774321cf04143cea01bca6620f4f94b6edbc651 /sys/security/mac_seeotheruids
parent749142ecbf0e4026b4ccef9dd9b42e2bc5637b60 (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 11de57b66699..8ceb2c29329a 100644
--- a/sys/security/mac_seeotheruids/mac_seeotheruids.c
+++ b/sys/security/mac_seeotheruids/mac_seeotheruids.c
@@ -70,7 +70,7 @@ SYSCTL_DECL(_security_mac);
SYSCTL_NODE(_security_mac, OID_AUTO, seeotheruids, CTLFLAG_RW, 0,
"TrustedBSD mac_seeotheruids policy controls");
-static int mac_seeotheruids_enabled = 0;
+static int mac_seeotheruids_enabled = 1;
SYSCTL_INT(_security_mac_seeotheruids, OID_AUTO, enabled, CTLFLAG_RW,
&mac_seeotheruids_enabled, 0, "Enforce seeotheruids policy");