From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH 1/2] errormsg: correct a number of messages that have drifted Date: Thu, 04 May 2017 15:50:49 -0400 Message-ID: <2449913.vTbGUtYPhj@x2> References: <1491302268-797-1-git-send-email-rgb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1491302268-797-1-git-send-email-rgb@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Richard Guy Briggs , Paul Moore Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com 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 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