From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: AUDIT(B) - USER add, delete, modify, suspend and lock Date: Fri, 14 Jul 2017 16:56:06 -0400 Message-ID: <4389313.SMzMEvUi0t@x2> 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: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Friday, July 14, 2017 4:48:11 PM EDT warron.french wrote: > Similar idea to the prior email: > > I need to monitor local user account > > > *creation, modification, deletion, suspension and locking.* These events are all hardwired too. The events that you are looking for are part of this specification: https://github.com/linux-audit/audit-documentation/wiki/SPEC-User-Account-Lifecycle-Events As long as audit is enabled, you will get the events. -Steve > I know that I can monitor: */etc/passwd, /etc/group, /etc/shadow* and > */etc/gshadow*, but how do I monitor who modified wfrench inside > /etc/passwd? > > Is: > > > *-w /etc/passwd -k monitor_account_manipulations* > Good enough? > > -------------------------- > Warron French