[PATCH] log more info for directory entry change events

Alexander Viro aviro at redhat.com
Fri Jun 9 13:13:07 UTC 2006


On Fri, Jun 09, 2006 at 09:11:13AM -0400, Alexander Viro wrote:
> On Thu, Jun 08, 2006 at 11:19:31PM -0400, Amy Griffis wrote:
> 
> > +extern const char *	    audit_log_n_untrustedstring(struct audit_buffer *ab,
> > +							unsigned n,
> > +							const char *string);
> 
> > +static void audit_log_n_string(struct audit_buffer *ab, size_t slen,
> > +			       const char *string)


Er...
> +const char *audit_log_n_untrustedstring(struct audit_buffer *ab, size_t len,
> +                                       const char *string)

actually.

> ... and size_t != unsigned.  Fixed in git tree.




More information about the Linux-audit mailing list