On 30-7-2008 20:33, Jake Solid wrote:
*My selinux is disabled and I want to keep it disabled. I went ahead and remove any reference to selinux in the aide.conf file.* *For example I change the following:*

# Access control only
PERMS = p+i+u+g+acl+selinux

to the following:

# Access control only
PERMS = p+i+u+g+acl

After removing all the references I keep getting the same error.

When WITH_SELINUX is enabled at compile time "R, "L" and ">" contain selinux. You need to redefine them like this:

R=p+i+l+n+u+g+s+m+c+acl+xattrs+md5
L=p+i+l+n+u+g+acl+xattrs
>=p+l+u+g+i+n+S+acl+xattrs

That should take care of it.

Sincerely,

Richard van den Berg
_______________________________________________
Aide mailing list
Aide@cs.tut.fi
https://mailman.cs.tut.fi/mailman/listinfo/aide

Reply via email to