On Tuesday 14 February 2006 09:31, Steve Grubb wrote:
> if (!err)
> audit_log(NULL, GFP_KERNEL, AUDIT_CONFIG_CHANGE,
> "auid=%u added an audit rule\n",
> loginuid); + else
> + audit_free_rule(entry);
This patch blows up here when applying to rc3 kernel. I do not have any
patch that adds the "if (!err)". Where did that come from?
OK I found the problem, this patch doesn't seem to be applied to the code
base :
https://www.redhat.com/archives/linux-audit/2006-January/msg00054.html
-Steve