Skip to content

Commit

Permalink
Code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrogario committed Aug 22, 2019
1 parent de8d0e0 commit 616135a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions osquery/events/linux/auditdnetlink.cpp
Expand Up @@ -341,10 +341,6 @@ bool AuditdNetlinkReader::configureAuditService() noexcept {
monitored_syscall_list_.insert(syscall);
}
}

} else if (FLAGS_audit_allow_fork_process_events) {
LOG(WARNING) << "--audit_allow_fork_process_events is ignored without "
"--audit_allow_process_events";
}

// Rules required by the process_file_events table
Expand Down

0 comments on commit 616135a

Please sign in to comment.