Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283252
b: refs/heads/master
c: 2053c47
h: refs/heads/master
v: v3
  • Loading branch information
Kees Cook authored and James Morris committed Dec 9, 2011
1 parent 4f9c371 commit 02bbbc2
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: 143b01d33221e4937d3930e6bb2b63d70b7c7a65
refs/heads/master: 2053c4727c5a891bf182397e425b6cb87b2ae613
2 changes: 1 addition & 1 deletion trunk/security/apparmor/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ static void audit_pre(struct audit_buffer *ab, void *ca)
struct aa_profile *profile = sa->aad.profile;
pid_t pid;
rcu_read_lock();
pid = tsk->real_parent->pid;
pid = rcu_dereference(tsk->real_parent)->pid;
rcu_read_unlock();
audit_log_format(ab, " parent=%d", pid);
if (profile->ns != root_ns) {
Expand Down

0 comments on commit 02bbbc2

Please sign in to comment.