commit | 1525b06d99b117198ea8d6c128ee5bf28ceb6723 | [log] [tgz] |
---|---|---|
author | Dmitry Kasatkin <dmitry.kasatkin@huawei.com> | Thu Oct 30 12:39:39 2014 +0200 |
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | Thu Feb 18 17:13:32 2016 -0500 |
tree | c85888e65dc37bf76cb7004f2bf775e6c7a797b6 | |
parent | c75d8e96f377b59b887a81b31adb00dd1957c3c8 [diff] |
ima: separate 'security.ima' reading functionality from collect Instead of passing pointers to pointers to ima_collect_measurent() to read and return the 'security.ima' xattr value, this patch moves the functionality to the calling process_measurement() to directly read the xattr and pass only the hash algo to the ima_collect_measurement(). Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@huawei.com> Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>