+8
−0
+5
−0
security/integrity/evm/evm_posix_acl.c
0 → 100644
+26
−0
Loading
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>