Skip to content

Commit 2244509

Browse files
committed
Re-enable missing audit event on reconfiguration failure
1 parent 5ccb919 commit 2244509

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/auditd-reconfig.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ static void *config_thread_main(void *arg)
113113
audit_format_signal_info(txt, sizeof(txt),
114114
"reconfigure state=no-change",
115115
&e->reply, "failed");
116-
// FIXME: need to figure out sending this
117-
//send_audit_event(AUDIT_DAEMON_CONFIG, txt);
116+
send_audit_event(AUDIT_DAEMON_CONFIG, txt);
118117
free_config(&new_config);
119118
free(e);
120119
}

0 commit comments

Comments
 (0)