commit | bfef93a5d1fb5654fe2025276c55e202d10b5255 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Jan 10 04:53:18 2008 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Feb 01 14:05:28 2008 -0500 |
tree | 573d8153c5d5216b0c4007b652286eeddd3c0987 | |
parent | 0c11b9428f619ab377c92eff2f160a834a6585dd [diff] |
[PATCH] get rid of loginuid races Keeping loginuid in audit_context is racy and results in messier code. Taken to task_struct, out of the way of ->audit_context changes. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>