Blob Blame History Raw
diff -urp audit-2.3.5.orig/auparse/interpret.c audit-2.3.5/auparse/interpret.c
--- audit-2.3.5.orig/auparse/interpret.c	2014-02-27 09:06:10.000000000 -0500
+++ audit-2.3.5/auparse/interpret.c	2014-03-07 12:09:40.896400420 -0500
@@ -2276,6 +2276,8 @@ int auparse_interp_adjust_type(int rtype
 		type = AUPARSE_TYPE_FLAGS;
 	else if (rtype == AUDIT_MQ_OPEN && strcmp(name, "mode") == 0)
 		type = AUPARSE_TYPE_MODE_SHORT;
+	else if (rtype == AUDIT_CRYPTO_KEY_USER && strcmp(name, "fp") == 0)
+		type = AUPARSE_TYPE_UNCLASSIFIED;
 	else
 		type = lookup_type(name);