• D
    ima: digital signature verification support · 8606404f
    Dmitry Kasatkin 提交于
    This patch adds support for digital signature based integrity appraisal.
    With this patch, 'security.ima' contains either the file data hash or
    a digital signature of the file data hash. The file data hash provides
    the security attribute of file integrity. In addition to file integrity,
    a digital signature provides the security attribute of authenticity.
    
    Unlike EVM, when the file metadata changes, the digital signature is
    replaced with an HMAC, modification of the file data does not cause the
    'security.ima' digital signature to be replaced with a hash. As a
    result, after any modification, subsequent file integrity appraisals
    would fail.
    
    Although digitally signed files can be modified, but by not updating
    'security.ima' to reflect these modifications, in essence digitally
    signed files could be considered 'immutable'.
    
    IMA uses a different keyring than EVM. While the EVM keyring should not
    be updated after initialization and locked, the IMA keyring should allow
    updating or adding new keys when upgrading or installing packages.
    
    Changelog v4:
    - Change IMA_DIGSIG to hex equivalent
    Changelog v3:
    - Permit files without any 'security.ima' xattr to be labeled properly.
    Signed-off-by: NDmitry Kasatkin <dmitry.kasatkin@intel.com>
    Signed-off-by: NMimi Zohar <zohar@linux.vnet.ibm.com>
    8606404f
integrity.h 1.9 KB