Date: Sat, 5 Aug 2006 23:51:09 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 103300 for review Message-ID: <200608052351.k75Np9uK067891@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103300 Change 103300 by rwatson@rwatson_zoo on 2006/08/05 23:50:53 FreeBSD include files. Affected files ... .. //depot/projects/trustedbsd/audit3/sys/security/mac/mac_audit.c#3 edit Differences ... ==== //depot/projects/trustedbsd/audit3/sys/security/mac/mac_audit.c#3 (text+ko) ==== @@ -36,16 +36,13 @@ */ #include <sys/param.h> -#include <sys/types.h> -#include <sys/vnode.h> -#include <sys/vnode_internal.h> -#include <sys/queue.h> -#include <security/mac_internal.h> -#include <bsd/bsm/audit.h> -#include <bsd/bsm/audit_kernel.h> -#include <bsd/sys/malloc.h> -#include <vm/vm_kern.h> -#include <kern/kalloc.h> +#include <sys/module.h> +#include <sys/mac.h> +#include <sys/mac_policy.h> + +#include <security/audit/audit.h> + +#include <security/mac/mac_internal.h> int mac_check_system_audit(struct ucred *cred, void *record, int length)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608052351.k75Np9uK067891>