From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Why there is no PATH record for change file time syscalls ?(utimensat) Date: Thu, 07 Sep 2017 18:32:39 -0400 Message-ID: <1628150.CVmOzTQLRi@x2> References: <395391504692198@web21o.yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <395391504692198@web21o.yandex.ru> 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 Wednesday, September 6, 2017 6:03:18 AM EDT Lev Olshvang wrote: > I got only following SYSCALL record in audit log for 'touch -t ' command, no > CWD, no PATH record Out of curiosity, what kind of rule were you using? > type=SYSCALL msg=audit(1503837757.149:266995): > arch=c000003e syscall=280 success=yes exit=0 a0=0 a1=0 a2=7fffbb26bb10 a3=0 > items=0 ppid=101 pid=102 auid=1000 uid=0 gid=31 euid=0 suid=0 fsuid=0 > egid=0 sgid=0 fsgid=0 tty=pts4 ses=1 comm="touch" exe="/bin/touch" > key="times" I think you found a problem. I also think the syscall should be added to: include/asm-generic/audit_change_attr.h I think this syscall and others have been added since the watch permissions files were setup. -Steve