We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccb919 commit 2244509Copy full SHA for 2244509
src/auditd-reconfig.c
@@ -113,8 +113,7 @@ static void *config_thread_main(void *arg)
113
audit_format_signal_info(txt, sizeof(txt),
114
"reconfigure state=no-change",
115
&e->reply, "failed");
116
- // FIXME: need to figure out sending this
117
- //send_audit_event(AUDIT_DAEMON_CONFIG, txt);
+ send_audit_event(AUDIT_DAEMON_CONFIG, txt);
118
free_config(&new_config);
119
free(e);
120
}
0 commit comments