From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Ausearch message types Date: Tue, 12 Apr 2011 19:32:49 -0400 Message-ID: <201104121932.49677.sgrubb@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Tuesday, April 12, 2011 06:59:59 PM Steve M. Zak wrote: > Where can I find a definition list for the ausearch message types? I > didn't find anything on google or in the man page. There is some text in the header files. Maybe not the ideal location but its there so programmers have it when they look at the possible definitions. The main difference between the headers and ausearch is ausearch does not make you type the AUDIT_ prefix. https://fedorahosted.org/audit/browser/trunk/lib/libaudit.h#L40 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=include/linux/audit.h;h=9d339eb278810a36e8549bad93954f8d31636f44;hb=HEAD -Steve