commit | 9e48858f7d36a6a3849f1d1b40c3bf5624b4ee7c | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu May 07 19:26:19 2009 +1000 |
committer | James Morris <jmorris@namei.org> | Thu Jun 25 00:18:05 2009 +1000 |
tree | 5d8fe586c5b1bbab36acc3b76b2b4dd1bc538968 | |
parent | 86abcf9cebf7b5ceb33facde297face5ec4d2260 [diff] |
security: rename ptrace_may_access => ptrace_access_check The ->ptrace_may_access() methods are named confusingly - the real ptrace_may_access() returns a bool, while these security checks have a retval convention. Rename it to ptrace_access_check, to reduce the confusion factor. [ Impact: cleanup, no code changed ] Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: James Morris <jmorris@namei.org>