commit | 915d9d255defeba80e1331a2b8bb8a79c0ca4db7 | [log] [tgz] |
---|---|---|
author | Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com> | Wed Jun 07 22:49:12 2017 -0300 |
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | Wed Jun 21 14:37:12 2017 -0400 |
tree | 1c17768e0bd34096069dee66cb1998a6f0f9f6b8 | |
parent | 2663218ba6e3dd6f27df9664e00fa3eb63be3a3f [diff] |
ima: Log the same audit cause whenever a file has no signature If the file doesn't have an xattr, ima_appraise_measurement sets cause to "missing-hash" while if there's an xattr but it's a digest instead of a signature it sets cause to "IMA-signature-required". Fix it by setting cause to "IMA-signature-required" in both cases. Signed-off-by: Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com> Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>