[PATCH 04/14] fixup! audit: convert audit_exe to audit_fsnotify

Eric Paris eparis at redhat.com
Wed Jun 18 13:38:22 UTC 2014


On Tue, 17 Jun 2014 23:09:39 -0400
Richard Guy Briggs <rgb at redhat.com> wrote:

> Remove unnecessary space.
> ---
>  kernel/auditfilter.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/kernel/auditfilter.c b/kernel/auditfilter.c
> index 30091ce..94b6af1 100644
> --- a/kernel/auditfilter.c
> +++ b/kernel/auditfilter.c
> @@ -551,7 +551,6 @@ static struct audit_entry
> *audit_data_to_entry(struct audit_rule_data *data, break;
>  		case AUDIT_EXE:
>  		case AUDIT_EXE_CHILDREN:
> -
>  			if (entry->rule.exe || f->val > PATH_MAX)
>  				goto exit_free;
>  			str = audit_unpack_string(&bufp, &remain,
> f->val);

For patches like these, would you rather I just fold it into my patch
to keep a clean history, or would you rather I apply this little
whitespace change? (obviously fixing things like the subject)




More information about the Linux-audit mailing list