Hello,
I was asked to change the 'name' field to something else because it was making
life more difficult on the test development side of things. So, here it is.
-tim
--- kernel/auditsc.c~orig 2005-04-16 04:34:43.000000000 +0000
+++ kernel/auditsc.c 2005-04-16 04:35:59.000000000 +0000
@@ -681,7 +681,7 @@ static void audit_log_exit(struct audit_
case AUDIT_AUX_WATCH: {
struct audit_aux_data_watched *axi = (void *)aux;
- audit_log_format(ab, " name=");
+ audit_log_format(ab, " watch=");
audit_log_untrustedstring(ab,
axi->wentry->w_watch->name);
audit_log_format(ab,
" filterkey=%s perm=%u perm_mask=%d"