sgrubb 8813b6
diff -ur audit-2.6.orig/docs/auditd.conf.5 audit-2.6/docs/auditd.conf.5
sgrubb 8813b6
--- audit-2.6.orig/docs/auditd.conf.5	2016-06-22 14:42:34.000000000 -0400
sgrubb 8813b6
+++ audit-2.6/docs/auditd.conf.5	2016-06-22 15:56:24.511250872 -0400
sgrubb 8813b6
@@ -24,10 +24,11 @@
sgrubb 8813b6
 Normally you want this so the default is yes.
sgrubb 8813b6
 .TP
sgrubb 8813b6
 .I log_format
sgrubb 8813b6
-The log format describes how the information should be stored on disk. There are 2 options: raw and nolog.
sgrubb 8813b6
-If set to
sgrubb 8813b6
+The log format describes how the information should be stored on disk. There are 2 options: raw and enriched. The nolog option is deprecated. If set to
sgrubb 8813b6
 .IR RAW ,
sgrubb 8813b6
-the audit records will be stored in a format exactly as the kernel sends it. 
sgrubb 8813b6
+the audit records will be stored in a format exactly as the kernel sends it. The
sgrubb 8813b6
+.IR ENRICHED
sgrubb 8813b6
+option will resolve all uid, gid, syscall, architecture, and socket address information before writing the event to disk. This aids in making sense of events created on one system but reported/analized on another system.
sgrubb 8813b6
 The 
sgrubb 8813b6
 .I NOLOG
sgrubb 8813b6
 option is now deprecated. If you were setting this format, now you should set