bf6d0f5dcd
The posix xattr acls are 'system' prefixed, which normally would not affect security.evm. An interesting side affect of writing posix xattr acls is their modifying of the i_mode, which is included in security.evm. This patch updates security.evm when posix xattr acls are written. Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
7 lines
185 B
Makefile
7 lines
185 B
Makefile
#
|
|
# Makefile for building the Extended Verification Module(EVM)
|
|
#
|
|
obj-$(CONFIG_EVM) += evm.o
|
|
|
|
evm-y := evm_main.o evm_crypto.o evm_secfs.o
|
|
evm-$(CONFIG_FS_POSIX_ACL) += evm_posix_acl.o
|