PERFORCE change 123809 for review

Robert Watson rwatson at FreeBSD.org
Fri Jul 20 17:10:56 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=123809

Change 123809 by rwatson at rwatson_zoo on 2007/07/20 17:10:42

	security.audit has been added to audit.c and is no longer required
	here.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/security/audit/audit_syscalls.c#46 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/security/audit/audit_syscalls.c#46 (text+ko) ====

@@ -43,7 +43,6 @@
 #include <sys/namei.h>
 #include <sys/priv.h>
 #include <sys/proc.h>
-#include <sys/sysctl.h>
 #include <sys/sysproto.h>
 #include <sys/systm.h>
 #include <sys/vnode.h>
@@ -56,9 +55,6 @@
 #include <security/audit/audit_private.h>
 #include <security/mac/mac_framework.h>
 
-SYSCTL_NODE(_security, OID_AUTO, audit, CTLFLAG_RW, 0,
-    "TrustedBSD audit controls");
-
 #ifdef AUDIT
 
 /*


More information about the p4-projects mailing list