[PATCH] prevent duplicate syscall rules

Steve Grubb sgrubb at redhat.com
Fri Jul 29 23:50:12 UTC 2005


On Friday 29 July 2005 18:50, Amy Griffis wrote:
> +               if (!audit_compare_rule(rule, &entry->rule)) {
> +                       return -EINVAL;

Thanks for the patch.

Would -EEXIST be better? Its not really invalid, its just duplicated.

-Steve




More information about the Linux-audit mailing list