Loading
IMA: Fix the incorrect definition and use of IMA_FIX_OVERLAYFS_DETECTION
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IBCIAZ -------------------------------- The definition of IMA_FIX_OVERLAYFS_DETECTION is wrong with the bool field has no content, and the use of it in ima_main.c is wrong with the missing prefix CONFIG_, so correct them. Fixes: a670a0ed ("IMA: Introduce a config for fix on IMA with Overlayfs issue") Signed-off-by:Xiang Yang <xiangyang3@huawei.com>