diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-12-10 16:20:34 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-12-10 16:20:34 +0000 |
| commit | eba0370d9028d9b36bc36dea083f1ae6a0592e73 (patch) | |
| tree | b774321cf04143cea01bca6620f4f94b6edbc651 /sys/security/mac_seeotheruids | |
| parent | 749142ecbf0e4026b4ccef9dd9b42e2bc5637b60 (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 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"); |
