From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Mather Subject: Re: Sucess or failure? Date: Sun, 22 Jul 2012 10:18:17 -0400 Message-ID: <1342966697.2518.9.camel@debian.domain_name> References: <1342921692.2543.10.camel@debian.domain_name> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (ext-mx16.extmail.prod.ext.phx2.redhat.com [10.5.110.21]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q6MEIGfG017617 for ; Sun, 22 Jul 2012 10:18:16 -0400 Received: from ironport2-out.teksavvy.com (ironport2-out.teksavvy.com [206.248.154.182]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6MEIES0006902 for ; Sun, 22 Jul 2012 10:18:15 -0400 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 List-Id: linux-audit@redhat.com Thanks for the replies. The problem is that the PCI requirements say: 10.3 Record at least the following audit trail entries for all system components for each event: ... 10.3.4 Success or failure indication. I don't know if PCI would accept the notion that this was success. Michael ------- On Sun, 2012-07-22 at 07:52 +0200, yersinia wrote: > >From the point of view of the linux kernel, and of the audit, you have > the right to execute the cp, you don't have permission denied. So the > result is success. > > Best regards > > 2012/7/22, Michael Mather : > > Hi, > > > > I enter the command "sudo cp qwerty /etc/xxx" > > and get the reply: "cp: cannot stat `qwerty': No such file or directory." > > > > A number of log entries are written. The last two are, in part: > > > > type=SYSCALL success=yes > > type=EXECVE argc=3 a0="cp" a1="qwerty" a2="/etc/xxx" > > > > My problem is with "success=yes". > > > > What is happening? > > > > Thanks - Michael Mather > > ----------------------- > > > > > > > > -- > > Linux-audit mailing list > > Linux-audit@redhat.com > > https://www.redhat.com/mailman/listinfo/linux-audit > > >