From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] make set_loginuid obey audit_enabled Date: Tue, 13 Jun 2006 18:08:37 -0400 Message-ID: <200606131808.37162.sgrubb@redhat.com> References: <200606120748.28174.sgrubb@redhat.com> <20060613213955.GA30658@zk3.dec.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20060613213955.GA30658@zk3.dec.com> 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: Amy Griffis Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Tuesday 13 June 2006 17:39, Amy Griffis wrote: > It seems like we would want the LOGIN records for a complete trail of > what happened. When audit is enabled, I think so. Otherwise they spam the console because that's what syslog does with them. With audit disabled, you can already make other changes with no record. This patch just makes it consistent with all the other pieces. -Steve