From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Is unlink the audit equivalent of rmdir? Date: Fri, 25 Oct 2013 12:19:25 -0400 Message-ID: <5511031.c9dLTSJR6c@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, October 25, 2013 11:53:47 AM leam hall wrote: > For audit.rules purposes, if the stig.rules from the repo audits on unlink, > does that cover rmdir? No. If you strace the rmdir command you will see what syscalls are involved. The rmdir syscall is involved. -Steev