PERFORCE change 107076 for review
Robert Watson
rwatson at FreeBSD.org
Sun Oct 1 23:54:07 PDT 2006
http://perforce.freebsd.org/chv.cgi?CH=107076
Change 107076 by rwatson at rwatson_peppercorn on 2006/10/02 06:54:00
Modify to deal with lack of centralized security.bsd in 6.x.
Affected files ...
.. //depot/projects/trustedbsd/priv6/src/sys/kern/kern_priv.c#2 edit
Differences ...
==== //depot/projects/trustedbsd/priv6/src/sys/kern/kern_priv.c#2 (text+ko) ====
@@ -52,6 +52,8 @@
*
* XXXRW: Update this comment as needed.
*/
+SYSCTL_DECL(_security);
+SYSCTL_DECL(_security_bsd);
int suser_enabled = 1;
SYSCTL_INT(_security_bsd, OID_AUTO, suser_enabled, CTLFLAG_RW,
&suser_enabled, 0, "processes with uid 0 have privilege");
More information about the trustedbsd-cvs
mailing list