From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Which userspace packages modified for audit Date: Sun, 25 Feb 2007 14:40:57 -0500 Message-ID: <200702251440.57522.sgrubb@redhat.com> References: <20070222230340.GA7527@suse.de> <200702251341.38443.sgrubb@redhat.com> <20070225184156.GA24540@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070225184156.GA24540@suse.de> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Marcus Meissner Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Sunday 25 February 2007 13:41:56 Marcus Meissner wrote: > Most of them have just support for emitting USER_LOGIN audit records. > > Are these necessary, because PAM emits USER_START / USER_END records > anyway... Yes. NISPOM is concerned about tracking login/logout. How do you distinguish an actual login/logout vs the start of a session with the pam records? su and cron, for example, do not do an actual login yet they create those records. -Steve