Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2002 17:24:15 -0700 (PDT)
From:      "Andrew R. Reiter" <arr@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9415 for review
Message-ID:  <200204090024.g390OF719864@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9415

Change 9415 by arr@arr_shibby on 2002/04/08 17:23:33

	- Add #define AUDLOG value (part of a temp. hack)

Affected files ...

... //depot/projects/trustedbsd/audit/sys/kern/kern_audit.c#17 edit

Differences ...

==== //depot/projects/trustedbsd/audit/sys/kern/kern_audit.c#17 (text+ko) ====

@@ -47,6 +47,8 @@
 
 #include <vm/vm_zone.h>
 
+#define	AUDLOG	"/var/log/audit"
+
 void audit_write_thread(void *);
 static __inline audit_record_t *audit_record_alloc(vm_zone_t, u_long *);
 static __inline void audit_record_free(audit_record_t *, vm_zone_t, u_long *);

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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