On Tuesday, April 4, 2017 6:37:47 AM EDT Richard Guy Briggs wrote:
A number of error message descriptions have drifted from the
conditions that
caused them in audit_rule_fieldpair_data() including expansion of fields to
be used by the user filter list, restriction to the exit list only and
changing an operator to "equals" only. Correct these, using the new
errormsg macros.
See:
https://github.com/linux-audit/audit-userspace/issues/12
Signed-off-by: Richard Guy Briggs <rgb(a)redhat.com>
This was hard to check because the first patch switch numbers to macros in
libaudit.c, but did not change them in the errormsg tab. It would have been
better to apply this first and then change to macros or change everything to
macros and then do this last. In any event, it's applied.
-Steve