Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2006 06:54:01 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 107076 for review
Message-ID:  <200610020654.k926s1ZQ002173@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107076

Change 107076 by rwatson@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");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610020654.k926s1ZQ002173>