summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_seeotheruids
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-12-10 16:20:34 +0000
committerrwatson <rwatson@FreeBSD.org>2002-12-10 16:20:34 +0000
commitf38706bfe36c0d39acbc23267dd65c4302d89028 (patch)
treeb774321cf04143cea01bca6620f4f94b6edbc651 /sys/security/mac_seeotheruids
parent25d9b23924e5372a5215f3ca0b1d91d34f095e47 (diff)
downloadFreeBSD-src-f38706bfe36c0d39acbc23267dd65c4302d89028.zip
FreeBSD-src-f38706bfe36c0d39acbc23267dd65c4302d89028.tar.gz
Default policies to on: if you load them or compile them into your
kernel, you should expect them to do something, so now they do. This doesn't affect users who don't load or explicitly compile in the policies. Approved by: re (jhb) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
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 11de57b..8ceb2c2 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");
OpenPOWER on IntegriCloud