-
Notifications
You must be signed in to change notification settings - Fork 197
ENT-13303: Fixed booleans for classes in augments #6024
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
bd8e22a to
657aa1d
Compare
| OpenLog(default_facility); | ||
| SetSyslogFacility(default_facility); | ||
|
|
||
| EvalContextClassPutHard(ctx, "any", "source=agent"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please explain why this is redundant in the commit message. It's not clear from looking at the diff.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The hard class is already defined in DetectEnvironment so It feels redundant to define in generic_agent.c as well. Also sysinfo.c is where most hard class and special vars are defined already
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant please explain why this is redundant in the commit message for the sake of the commit history.
Ticket: ENT-13303 Signed-off-by: Victor Moene <victor.moene@northern.tech>
Signed-off-by: Victor Moene <victor.moene@northern.tech>
Signed-off-by: Victor Moene <victor.moene@northern.tech>
Signed-off-by: Victor Moene <victor.moene@northern.tech>
657aa1d to
f670d8a
Compare
No description provided.