From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Upadhyay, Vikas" Subject: porting test suite ( testing audit system ) from RHEL 3 to RHEL 4 Date: Tue, 23 May 2006 17:22:01 +0530 Message-ID: <88299102B8C1F54BB5C8E47F30B2FBE202CCB051@inblr-exch1.eu.uis.unisys.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0592191241==" Return-path: Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k4NBqPpM001011 for ; Tue, 23 May 2006 07:52:25 -0400 Received: from usea-naimss3.unisys.com (usea-naimss3.unisys.com [192.61.61.105]) by mx3.redhat.com (8.13.1/8.13.1) with ESMTP id k4NBqI8T002247 for ; Tue, 23 May 2006 07:52:18 -0400 Content-class: urn:content-classes:message 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 This is a multi-part message in MIME format. --===============0592191241== Content-class: urn:content-classes:message Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C67E5F.4E0DAF50" This is a multi-part message in MIME format. ------_=_NextPart_001_01C67E5F.4E0DAF50 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi all, I want to port the LTP test suite, linux_security_test_suite_EAL3.tar.gz (available from http://ltp.sourceforge.net/EAL3.RHEL.html) from RHEL 3 to RHEL 4. The major issue is porting of laus_test directory, which tests the underlying audit system and the audit system has undergone a substantial change from RHEL 3 to RHEL 4.=20 I plan to change the directory laus_test, which tests LAuS on RHEL 3 to something like, audit_test, which will test the current audit system (on RHEL 4). And for that, I need to change each and every single file in the directory laus_test. I am unable to find any detailed document on the new audit system. =20 Any pointers will be really appreciated. =20 Thanks in anticipation. Vikas =20 ------_=_NextPart_001_01C67E5F.4E0DAF50 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi all,

I want to port the LTP test suite, linux_security_test_suite_EAL3.tar.gz (available from http://ltp.sourceforge.net/EAL3.RHEL.html) from RHEL 3 to RHEL 4. The = major issue is porting of laus_test directory, which tests the underlying audit system and the audit system = has undergone a substantial change from RHEL 3 to RHEL 4. =

I plan to change the directory laus_test, which tests LAuS on RHEL 3 to something = like, audit_test, which will test the = current audit system (on RHEL 4). = And for that, I need to change each and every single file in the directory = laus_test. I am unable to find any = detailed document on the new audit system.

 

Any pointers will be really = appreciated.

 

Thanks in anticipation.

Vikas

 

------_=_NextPart_001_01C67E5F.4E0DAF50-- --===============0592191241== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --===============0592191241==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Anderson Subject: Re: porting test suite ( testing audit system ) from RHEL 3 to RHEL 4 Date: Tue, 23 May 2006 11:57:11 -0400 Message-ID: <447330D7.3050508@hp.com> References: <88299102B8C1F54BB5C8E47F30B2FBE202CCB051@inblr-exch1.eu.uis.unisys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 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 k4NFvaPB020960 for ; Tue, 23 May 2006 11:57:36 -0400 Received: from atlrel7.hp.com (atlrel7.hp.com [156.153.255.213]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k4NFvNYI024215 for ; Tue, 23 May 2006 11:57:23 -0400 In-Reply-To: <88299102B8C1F54BB5C8E47F30B2FBE202CCB051@inblr-exch1.eu.uis.unisys.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: "Upadhyay, Vikas" , linux-audit@redhat.com List-Id: linux-audit@redhat.com Upadhyay, Vikas wrote: > I want to port the LTP test suite, linux_security_test_suite_EAL3.tar.gz > (available from http://ltp.sourceforge.net/EAL3.RHEL.html) from RHEL 3 > to RHEL 4. The major issue is porting of *laus_test* directory, which > tests the underlying audit system and the audit system has undergone a > substantial change from RHEL 3 to RHEL 4. > > I plan to change the directory *laus_test*, which tests *LAuS* on *RHEL > 3* to something like, *audit_test*, which will test the current audit > system (on *RHEL 4*). And for that, I need to change each and every > single file in the directory *laus_test*. I am unable to find any > detailed document on the new audit system. > > Any pointers will be really appreciated. You probably want to check out our audit-test package. We recently got it added to sourceforge: http://sourceforge.net/projects/audit-test HP hasn't had much time to work on it as we're getting ready for the next evaluation, but it will be a better starting point. Maybe if we get some more people using it (and sending patches) we'll be able to justify spending more time on it. -matt From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Upadhyay, Vikas" Subject: RE: porting test suite ( testing audit system ) from RHEL 3 to RHEL 4 Date: Wed, 24 May 2006 12:41:33 +0530 Message-ID: <88299102B8C1F54BB5C8E47F30B2FBE202CFCE8E@inblr-exch1.eu.uis.unisys.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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 k4O7Brhm030765 for ; Wed, 24 May 2006 03:11:53 -0400 Received: from usea-naimss3.unisys.com (usea-naimss3.unisys.com [192.61.61.105]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k4O7BpTE000512 for ; Wed, 24 May 2006 03:11:52 -0400 Content-class: urn:content-classes:message List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Matt Anderson , linux-audit@redhat.com List-Id: linux-audit@redhat.com -----Original Message----- From: Matt Anderson [mailto:mra@hp.com]=20 Sent: Tuesday, May 23, 2006 9:27 PM To: Upadhyay, Vikas; linux-audit@redhat.com Subject: Re: porting test suite ( testing audit system ) from RHEL 3 to RHEL 4 > You probably want to check out our audit-test package. We recently got > it added to sourceforge: http://sourceforge.net/projects/audit-test > HP hasn't had much time to work on it as we're getting ready for the > next evaluation, but it will be a better starting point. Maybe if we > get some more people using it (and sending patches) we'll be able to > justify spending more time on it. Matt, This is what I was looking for.=20 Thanks a lot for help. From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Upadhyay, Vikas" Subject: RE: porting test suite ( testing audit system ) from RHEL 3 to RHEL 4 Date: Wed, 24 May 2006 19:48:46 +0530 Message-ID: <88299102B8C1F54BB5C8E47F30B2FBE202CFD75F@inblr-exch1.eu.uis.unisys.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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 k4OEJ2hG032071 for ; Wed, 24 May 2006 10:19:02 -0400 Received: from usea-naimss2.unisys.com (usea-naimss2.unisys.com [192.61.61.104]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k4OEIxAN023822 for ; Wed, 24 May 2006 10:18:59 -0400 Content-class: urn:content-classes:message List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Matt Anderson , linux-audit@redhat.com List-Id: linux-audit@redhat.com > -----Original Message----- > From: Matt Anderson [mailto:mra@hp.com] > Sent: Tuesday, May 23, 2006 9:27 PM > To: Upadhyay, Vikas; linux-audit@redhat.com > Subject: Re: porting test suite ( testing audit system ) from RHEL 3 to > RHEL 4 >=20 > Upadhyay, Vikas wrote: > > I want to port the LTP test suite, linux_security_test_suite_EAL3.tar.gz > > (available from http://ltp.sourceforge.net/EAL3.RHEL.html) from RHEL 3 > > to RHEL 4. The major issue is porting of *laus_test* directory, which > > tests the underlying audit system and the audit system has undergone a > > substantial change from RHEL 3 to RHEL 4. > > > > I plan to change the directory *laus_test*, which tests *LAuS* on *RHEL > > 3* to something like, *audit_test*, which will test the current audit > > system (on *RHEL 4*). And for that, I need to change each and every > > single file in the directory *laus_test*. I am unable to find any > > detailed document on the new audit system. > > > > Any pointers will be really appreciated. >=20 > You probably want to check out our audit-test package. We recently got > it added to sourceforge: http://sourceforge.net/projects/audit-test >=20 > HP hasn't had much time to work on it as we're getting ready for the > next evaluation, but it will be a better starting point. Maybe if we > get some more people using it (and sending patches) we'll be able to > justify spending more time on it. >=20 > -matt Hi Matt, Looking at the TODO file in the test sub suite (audit-test, available at the mentioned URL) & your mail, it seems that the audit-test sub suite is not just a simple replacement of laus_test (available in the older test suite, meant for RHEL 3). So, for having a complete compliance with CAPP, do I need to make further changes or they are just enhancements (to do away with manual testing)?=20 As such, it compiled cleanly & a few test cases failed, I guess because of not having the system configured in proper way. Regards Vikas