aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/audit.c')
-rw-r--r--kernel/audit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/audit.c b/kernel/audit.c
index ef5bd63f5cb8..40b28b5183ea 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -688,6 +688,7 @@ static void audit_log_feature_change(int which, u32 old_feature, u32 new_feature
688 return; 688 return;
689 689
690 ab = audit_log_start(NULL, GFP_KERNEL, AUDIT_FEATURE_CHANGE); 690 ab = audit_log_start(NULL, GFP_KERNEL, AUDIT_FEATURE_CHANGE);
691 audit_log_task_info(ab, current);
691 audit_log_format(ab, "feature=%s old=%d new=%d old_lock=%d new_lock=%d res=%d", 692 audit_log_format(ab, "feature=%s old=%d new=%d old_lock=%d new_lock=%d res=%d",
692 audit_feature_names[which], !!old_feature, !!new_feature, 693 audit_feature_names[which], !!old_feature, !!new_feature,
693 !!old_lock, !!new_lock, res); 694 !!old_lock, !!new_lock, res);