Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82030
b: refs/heads/master
c: 6246cca
h: refs/heads/master
v: v3
  • Loading branch information
Eric Paris authored and Al Viro committed Feb 1, 2008
1 parent d788d53 commit 559a85f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c0641f28dcbecb6dc34a4fd003a9947fcd080696
refs/heads/master: 6246ccab99093a562044596dd868213caa0b2b4c
2 changes: 1 addition & 1 deletion trunk/kernel/auditsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ static int audit_log_pid_context(struct audit_context *context, pid_t pid,

ab = audit_log_start(context, GFP_KERNEL, AUDIT_OBJ_PID);
if (!ab)
return 1;
return rc;

audit_log_format(ab, "opid=%d oauid=%d ouid=%d oses=%d", pid, auid,
uid, sessionid);
Expand Down

0 comments on commit 559a85f

Please sign in to comment.