From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: logging changes in tty logging status Date: Wed, 13 Nov 2013 15:22:49 -0500 Message-ID: <9487947.oMiZKbm04c@x2> References: <20131113200418.GD16367@madcap2.tricolour.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20131113200418.GD16367@madcap2.tricolour.ca> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Richard Guy Briggs Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Wednesday, November 13, 2013 03:04:18 PM Richard Guy Briggs wrote: > Hi Steve, > > I'm reviewing audit_receive_msg() and noticing that the AUDIT_TTY_SET > case doesn't log a configuration change. Should it? Yes, it should. Any change in config should be recorded with subject, old value, new value, and results. It should match other config change events. -Steve