Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2007 17:10:55 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 123809 for review
Message-ID:  <200707201710.l6KHAt4W000820@repoman.freebsd.org>

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

Change 123809 by rwatson@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
 
 /*



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