patch update to ~51

David Woodhouse dwmw2 at infradead.org
Thu Jun 2 13:54:09 UTC 2005


On Thu, 2005-06-02 at 09:47 -0400, Steve Grubb wrote:
> 
> mv /tmp /old-tmp
> cat /tmp/fish1
> cat /old-tmp/fish1
> mv /old-tmp /tmp
> cat /tmp/fish1 <- should trigger here

> umount /tmp
> cat /tmp/fish1
> mount /tmp
> cat /tmp/fish1 <- should trigger here
> 
> auditctl -D
> umount /tmp
> auditctl -w /tmp/fish1
> mount /tmp
> cat /tmp/fish1 <- should trigger here

The first should work now. The second and third will not, and are not
expected to.

-- 
dwmw2




More information about the Linux-audit mailing list