[Aide] tracking files with permissions X

Richard van den Berg richard at vdberg.org
Tue Jun 12 21:19:43 EEST 2007


Aaron Lippold wrote:
> I am trying to setup a rule in my aide.conf to track files on my
> system that are setgid and setsid and set world writable. I have
> google'd a lot on this and have had little success.
>
> How would I create a rule like that?
>   

You can't let aide select files based on anything else except the name
of the directory and file. You can however make a list of all setuid and
setgid files on your system: find / -perm /6000
You can use this list as a starting point for building your aide.conf

Sincerely,

Richard van den Berg



More information about the Aide mailing list