commit | b14f61c09f68ae4bffcdaab29d42df110eda836a | [log] [tgz] |
---|---|---|
author | Mimi Zohar <zohar@linux.vnet.ibm.com> | Sun Jan 04 10:07:40 2015 -0500 |
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | Tue Feb 03 16:02:43 2015 -0500 |
tree | ce1f46aa280c3c7b8ebd4e7abf7cafff14bf6fb4 | |
parent | 73ca788098bd6c1c331dce0544196578c39fdf00 [diff] |
evm: make rootfs a special case Both the EVM HMAC and signature xattr formats are file system specific and can not be copied from one filesystem to another. EVM differentiates files without any xattrs (INTEGRITY_UNKNOWN) from those having protected xattrs (INTEGRITY_NOLABEL). This patch treats the rootfs filesystem as a special case, returning INTEGRITY_UNKNOWN. Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>