commit | bf6d0f5dcda17df3cc5577e203d0f8ea1c2ad6aa | [log] [tgz] |
---|---|---|
author | Mimi Zohar <zohar@linux.vnet.ibm.com> | Thu Aug 18 18:07:44 2011 -0400 |
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | Wed Sep 14 15:24:51 2011 -0400 |
tree | c6c5f39d43fe0d27bc1d3aedbd2f9b3ba2f8f537 | |
parent | a924ce0b35875ef9512135b46a32f4150fd700b2 [diff] |
evm: posix acls modify i_mode 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>