From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Subject: Re: File watches supported in Audit 1.1.5 on Fedora Core 5? Date: Tue, 20 Jun 2006 07:43:19 -0400 Message-ID: <4497DF57.8010003@ornl.gov> References: <20060620005255.GA6986@arlut.utexas.edu> <200606192208.55652.sgrubb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (mx1.redhat.com [172.16.48.31]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k5KBhMOH008735 for ; Tue, 20 Jun 2006 07:43:22 -0400 Received: from emroute3.ornl.gov (emroute3.ornl.gov [160.91.4.110]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k5KBhLbK011555 for ; Tue, 20 Jun 2006 07:43:21 -0400 Received: from emroute3.ornl.gov (localhost [127.0.0.1]) by emroute3.ornl.gov (PMDF V6.2-1x9 #31038) with ESMTP id <0J1500KPQPW80K@emroute3.ornl.gov> for linux-audit@redhat.com; Tue, 20 Jun 2006 07:43:20 -0400 (EDT) Received: from ORNLEXCHANGE.ornl.gov (ornlexchange2.ornl.gov [160.91.1.22]) by emroute3.ornl.gov (PMDF V6.2-1x9 #31038) with ESMTP id <0J1500MHJPW8HI@emroute3.ornl.gov> for linux-audit@redhat.com; Tue, 20 Jun 2006 07:43:20 -0400 (EDT) In-reply-to: <200606192208.55652.sgrubb@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: linux-audit@redhat.com List-Id: linux-audit@redhat.com > install a lspp kernel and build a 1.2.x audit package for fc5. > You should be set. This may be of use, I installed the lspp kernel and had to do the following to get audit installed on FC5... Download the latest unifdef, glibc-kernheaders, and audit from: http://mirrors.usc.edu/pub/linux/distributions/fedora/core/development/source/SRPMS/ # rpmbuild --rebuild unifdef-*.src.rpm # cd /usr/src/redhat/RPMS # rpm -ivh unidef* # cd - # rpmbuild --rebuild glibc-kernheaders-*.src.rpm # cd - # rpm -Uvh glibc-kernheaders* # cd - # rpmbuild --rebuild audit-*.src.rpm # cd - # rpm -Uvh audit* Steve