aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/evm/evm_posix_acl.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-10-25ima: fix script messagesDmitry Kasatkin1-1/+2
Fix checkpatch, lindent, etc, warnings/errors Signed-off-by: Dmitry Kasatkin <d.kasatkin@samsung.com> Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
2011-09-14evm: posix acls modify i_modeMimi Zohar1-0/+26
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>