commit | 6427e6c71c8b374761b661c4f355762794c171a1 | [log] [tgz] |
---|---|---|
author | Petko Manolov <petkan@mip-labs.com> | Sun Jan 03 17:36:38 2016 +0200 |
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | Sun Jan 03 13:22:38 2016 -0500 |
tree | 3648577f5c9ca834f9e634e93ea94cecae6e3245 | |
parent | 0112721df4edbdd07b800813300d76811572f080 [diff] |
ima: ima_write_policy() limit locking There is no need to hold the ima_write_mutex for so long. We only need it around ima_parse_add_rule(). Changelog: - The return path now takes into account failed kmalloc() call. Reported-by: Al Viro <viro@ZenIV.linux.org.uk> Signed-off-by: Petko Manolov <petkan@mip-labs.com> Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>