commit | c43e259cc756ece387faae849af0058b56d78466 | [log] [tgz] |
---|---|---|
author | James Morris <jmorris@namei.org> | Sat Jan 12 22:05:48 2008 +1100 |
committer | James Morris <jmorris@namei.org> | Fri Jan 25 11:29:52 2008 +1100 |
tree | 1f1541560256b9fe2eeda5b07100baa14f39df59 | |
parent | bced95283e9434611cbad8f2ff903cd396eaea72 [diff] |
security: call security_file_permission from rw_verify_area All instances of rw_verify_area() are followed by a call to security_file_permission(), so just call the latter from the former. Acked-by: Eric Paris <eparis@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>