PERFORCE change 34950 for review
Chris Vance
cvance at FreeBSD.org
Thu Jul 24 17:16:37 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=34950
Change 34950 by cvance at 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
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list