Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333693
b: refs/heads/master
c: d1c7d97
h: refs/heads/master
i:
  333691: 95c019b
v: v3
  • Loading branch information
Sasha Levin authored and Al Viro committed Oct 10, 2012
1 parent c29a6ef commit fb5548a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ffd8d101a3a7d3f2e79deee1e342801703b6dc70
refs/heads/master: d1c7d97ad58836affde6e39980b96527510b572e
2 changes: 2 additions & 0 deletions trunk/kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,8 @@ void audit_log_link_denied(const char *operation, struct path *link)

ab = audit_log_start(current->audit_context, GFP_KERNEL,
AUDIT_ANOM_LINK);
if (!ab)
return;
audit_log_format(ab, "op=%s action=denied", operation);
audit_log_format(ab, " pid=%d comm=", current->pid);
audit_log_untrustedstring(ab, current->comm);
Expand Down

0 comments on commit fb5548a

Please sign in to comment.