[PATCH V6] audit: save signal match info in case entry passed in is the one deleted

2015-08-05 Thread Richard Guy Briggs
Move the access to the entry for audit_match_signal() to earlier in the function in case the entry found is the same one passed in. This will enable it to be used by audit_remove_mark_rule(). Signed-off-by: Richard Guy Briggs r...@redhat.com --- Revision history: v6: Fix a rebase manual

Re: [PATCH V6] audit: save signal match info in case entry passed in is the one deleted

2015-08-05 Thread Paul Moore
On Wednesday, August 05, 2015 03:23:09 PM Richard Guy Briggs wrote: Move the access to the entry for audit_match_signal() to earlier in the function in case the entry found is the same one passed in. This will enable it to be used by audit_remove_mark_rule(). Signed-off-by: Richard Guy