On Wednesday 02 November 2005 15:22, Steve Grubb wrote:
On Wednesday 02 November 2005 16:10, Amy Griffis wrote:
> auditctl -a exit,always -S all -F path=/home/watchme
Thanks. That helps clarify it for me.
> These two rules would be functionally equivalent, but the first is
> more convenient:
>
> auditctl -a exit,always -S fs-remove -F path=/home/watchme
> auditctl -a exit,always -S rename -S rmdir -S unlink -F path=/home/watchme
Does your patch change the kernel to accept multiple syscalls in an audit
rule? Currently, we have 1 syscall per rule.
-Steve
What does this do then?
[root@liltux audit-2.6]# auditctl -a exit,always -S exit -S open -F uid=0
[root@liltux audit-2.6]# auditctl -l
AUDIT_LIST: exit,always uid=0 syscall=exit,open
-tim