Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
In Linux kernel version 3.2.x the definition of XATTR_NAME_EVM exist but definition of XATTR_NAME_IMA is not. In Lustre code we have following:
#ifndef XATTR_NAME_IMA #define XATTR_NAME_IMA "security.ima" #define XATTR_NAME_EVM "security.evm" #endif
So, we should check for definitions independently.