Name

audit_log_untrustedstring — log a string that may contain random characters

Synopsis

const char * audit_log_untrustedstring (struct audit_buffer *  ab,
 const char *  string);

Arguments

ab

audit_buffer

string

string to be logged

Description

Same as audit_log_n_untrustedstring, except that strlen is used to determine string length.