mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 05:44:45 +01:00
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>
This commit is contained in:
parent
8f5ae30d69
commit
c5055d0c8e
1 changed files with 4 additions and 3 deletions
|
|
@ -1778,15 +1778,16 @@ static void audit_log_exit(void)
|
|||
axs->target_sessionid[i],
|
||||
&axs->target_ref[i],
|
||||
axs->target_comm[i]))
|
||||
call_panic = 1;
|
||||
call_panic = 1;
|
||||
}
|
||||
|
||||
if (context->target_pid &&
|
||||
audit_log_pid_context(context, context->target_pid,
|
||||
context->target_auid, context->target_uid,
|
||||
context->target_sessionid,
|
||||
&context->target_ref, context->target_comm))
|
||||
call_panic = 1;
|
||||
&context->target_ref,
|
||||
context->target_comm))
|
||||
call_panic = 1;
|
||||
|
||||
if (context->pwd.dentry && context->pwd.mnt) {
|
||||
ab = audit_log_start(context, GFP_KERNEL, AUDIT_CWD);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue