Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

audit: fix indentation in audit_log_exit()

Fix two indentation errors in audit_log_exit().

Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
[PM: subject tweak]
Signed-off-by: Paul Moore <paul@paul-moore.com>

authored by

Casey Schaufler and committed by
Paul Moore
c5055d0c 8f5ae30d

+4 -3
+4 -3
kernel/auditsc.c
··· 1778 1778 axs->target_sessionid[i], 1779 1779 &axs->target_ref[i], 1780 1780 axs->target_comm[i])) 1781 - call_panic = 1; 1781 + call_panic = 1; 1782 1782 } 1783 1783 1784 1784 if (context->target_pid && 1785 1785 audit_log_pid_context(context, context->target_pid, 1786 1786 context->target_auid, context->target_uid, 1787 1787 context->target_sessionid, 1788 - &context->target_ref, context->target_comm)) 1789 - call_panic = 1; 1788 + &context->target_ref, 1789 + context->target_comm)) 1790 + call_panic = 1; 1790 1791 1791 1792 if (context->pwd.dentry && context->pwd.mnt) { 1792 1793 ab = audit_log_start(context, GFP_KERNEL, AUDIT_CWD);