From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: "Watch"ing a directory Date: Wed, 22 Aug 2007 12:03:41 -0400 Message-ID: <200708221203.45146.sgrubb@redhat.com> References: <6F2A8C9C4C5BE446A17B745BBC856EEB5A6D37@XMBTX113.northgrum.com> <200708221036.35928.sgrubb@redhat.com> <1187797200.3151.133.camel@prudence.llan.ll.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1187797200.3151.133.camel@prudence.llan.ll.mit.edu> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: pbriggs@ll.mit.edu Cc: "NENTWIG, CHRISTOPHER R." , linux-audit@redhat.com, "GIOVANNUCCI JR, ROBERT F." , "HEALEY-DYSZCZYK , PAMELA J." List-Id: linux-audit@redhat.com On Wednesday 22 August 2007 11:40:00 Pete Briggs wrote: > Once I tried something like touching a file, this worked as advertised, > I'm using kernel: > > 2.6.21-1.3194.fc7 > > on Fedora 7 Fedora 7 does not have the subtree auditing patch in it yet. This means that if you place a watch on a directory, it is watching the inode of the directory entries. So, this will work for 1 level. IOW a watch on /etc will let you see a change to /etc/passwd, but you will not see a change to /etc/ssh/ssh_config because its 2 levels down. -Steve