Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
evm: prohibit userspace writing 'security.evm' HMAC value
Calculating the 'security.evm' HMAC value requires access to the EVM encrypted key. Only the kernel should have access to it. This patch prevents userspace tools(eg. setfattr, cp --preserve=xattr) from setting/modifying the 'security.evm' HMAC value directly. Signed-off-by: Mimi Zohar <[email protected]> Cc: <[email protected]>
- Loading branch information