From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: USER_END vs USER_LOGOUT Date: Thu, 8 May 2014 14:15:42 -0400 Message-ID: <20140508141542.0592cade@ivy-bridge> 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: Florin Andrei Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Thu, 08 May 2014 10:45:37 -0700 Florin Andrei wrote: > What is the difference between USER_END and USER_LOGOUT? LOGOUT means a user that was logged in has logged out. USER_END means a session for that user has just ended. It could be a login or could be a cron job. -Steve