Loading include/linux/audit.h +1 −1 Original line number Diff line number Diff line Loading @@ -684,7 +684,7 @@ extern void audit_log_untrustedstring(struct audit_buffer *ab, const char *string); extern void audit_log_d_path(struct audit_buffer *ab, const char *prefix, struct path *path); const struct path *path); extern void audit_log_key(struct audit_buffer *ab, char *key); extern void audit_log_lost(const char *message); Loading kernel/audit.c +1 −1 Original line number Diff line number Diff line Loading @@ -1418,7 +1418,7 @@ void audit_log_untrustedstring(struct audit_buffer *ab, const char *string) /* This is a helper-function to print the escaped d_path */ void audit_log_d_path(struct audit_buffer *ab, const char *prefix, struct path *path) const struct path *path) { char *p, *pathname; Loading Loading
include/linux/audit.h +1 −1 Original line number Diff line number Diff line Loading @@ -684,7 +684,7 @@ extern void audit_log_untrustedstring(struct audit_buffer *ab, const char *string); extern void audit_log_d_path(struct audit_buffer *ab, const char *prefix, struct path *path); const struct path *path); extern void audit_log_key(struct audit_buffer *ab, char *key); extern void audit_log_lost(const char *message); Loading
kernel/audit.c +1 −1 Original line number Diff line number Diff line Loading @@ -1418,7 +1418,7 @@ void audit_log_untrustedstring(struct audit_buffer *ab, const char *string) /* This is a helper-function to print the escaped d_path */ void audit_log_d_path(struct audit_buffer *ab, const char *prefix, struct path *path) const struct path *path) { char *p, *pathname; Loading