Loading
ima: dont disable digest_list if the file is not processed
EulerOS inclusion category: performance bugzilla: https://gitee.com/openeuler/kernel/issues/IAIO9Q ------------------------------ In the previous implementation, if the digest list file is not measured or appraised, the whole IMA digest list function will be disabled, and the system must be rebooted. It is too strict because users may make some mistakes. This commit optimizes the processing logic. If the digest list file is not processed correctly, just deny access to the file without disabling the entire function. Signed-off-by:Huaxin Lu <luhuaxin1@huawei.com>