summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit_private.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-06-01 13:53:37 +0000
committerrwatson <rwatson@FreeBSD.org>2007-06-01 13:53:37 +0000
commite62312b69263d9a3edcc6deaf63ed19f723df1f4 (patch)
tree00048fb16cc229bcdb3e6fad3be69927e10d5f60 /sys/security/audit/audit_private.h
parentf978918265146648d92dec52ff74fbf46eb3f5f9 (diff)
downloadFreeBSD-src-e62312b69263d9a3edcc6deaf63ed19f723df1f4.zip
FreeBSD-src-e62312b69263d9a3edcc6deaf63ed19f723df1f4.tar.gz
Remove AUDIT_PRINTF() debugging statements and definition; clean up or
remove associated comments. Slip audit_file_rotate_wait assignment in audit_rotate_vnode() before the drop of the global audit mutex. Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/security/audit/audit_private.h')
-rw-r--r--sys/security/audit/audit_private.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/security/audit/audit_private.h b/sys/security/audit/audit_private.h
index 497c4e3..541e5af 100644
--- a/sys/security/audit/audit_private.h
+++ b/sys/security/audit/audit_private.h
@@ -53,19 +53,6 @@ MALLOC_DECLARE(M_AUDITTEXT);
#endif
/*
- * The AUDIT_EXCESSIVELY_VERBOSE define enables a number of gratuitously
- * noisy printf's to the console. Due to the volume, it should be left off
- * unless you want your system to churn a lot whenever the audit record flow
- * gets high.
- */
-//#define AUDIT_EXCESSIVELY_VERBOSE
-#ifdef AUDIT_EXCESSIVELY_VERBOSE
-#define AUDIT_PRINTF(x) printf x
-#else
-#define AUDIT_PRINTF(x)
-#endif
-
-/*
* Audit control variables that are usually set/read via system calls and
* used to control various aspects of auditing.
*/
OpenPOWER on IntegriCloud