aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/audit.c')
-rw-r--r--kernel/audit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/audit.c b/kernel/audit.c
index f207289d686b..25e4ed016793 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -1859,7 +1859,8 @@ void audit_log_task_info(struct audit_buffer *ab, struct task_struct *tsk)
1859 if (mm->exe_file) 1859 if (mm->exe_file)
1860 audit_log_d_path(ab, " exe=", &mm->exe_file->f_path); 1860 audit_log_d_path(ab, " exe=", &mm->exe_file->f_path);
1861 up_read(&mm->mmap_sem); 1861 up_read(&mm->mmap_sem);
1862 } 1862 } else
1863 audit_log_format(ab, " exe=(null)");
1863 audit_log_task_context(ab); 1864 audit_log_task_context(ab);
1864} 1865}
1865EXPORT_SYMBOL(audit_log_task_info); 1866EXPORT_SYMBOL(audit_log_task_info);