Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2003 10:16:37 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 34950 for review
Message-ID:  <200307241716.h6OHGbrT028167@repoman.freebsd.org>

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

Change 34950 by cvance@cvance_osx_laptop on 2003/07/24 10:15:50

	Add just a bit more support for the security top-level sysctl
	(sorry, still broken)

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/sysctl_init.c#2 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/sysctl_init.c#2 (text+ko) ====

@@ -258,6 +258,7 @@
 extern struct sysctl_oid sysctl__net;
 extern struct sysctl_oid sysctl__debug;
 extern struct sysctl_oid sysctl__vfs;
+extern struct sysctl_oid sysctl__security;
 extern struct sysctl_oid sysctl__sysctl;
 
 #if INET6
@@ -359,6 +360,7 @@
     &sysctl__net,
     &sysctl__debug,
     &sysctl__vfs,
+    &sysctl__security,
     &sysctl__sysctl,
     &sysctl__debug_bpf_bufsize,
     &sysctl__debug_bpf_maxbufsize



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