-
Bug
-
Resolution: Unresolved
-
Undefined
-
rhel-9.6
-
None
-
ima-evm-utils-1.6.2-2.el9
-
No
-
Moderate
-
1
-
rhel-kernel-security
-
23
-
28
-
0
-
False
-
False
-
-
None
-
CK Parent Issues In Progress
-
Release Note Not Required
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
After running ima-add-sigs, there are several files that have IMA signatures but fail the verification
What is the impact of this issue to you?
These files can cause trouble for the booting since they will fail IMA-appraisal.
Please provide the package NVR for which the bug is seen:
ima-evm-utils-1.5-3.el9.x86_64
How reproducible is this bug?:
always
Steps to reproduce
- ima-add-sigs
- Count the files that have IMA signatures but fail verification
for i in `find / -fstype xfs -type f -uid 0`; do if getfattr -m security.ima -d -e hex $i 2> /dev/null | grep -qs security.ima=0x03 && ! evmctl ima_verify -k /etc/keys/ima/redhatimarelease-9.der $i &> /dev/null; then echo $i; fi; done | wc -l
Expected results
All files with IMA signature can pass verification.
Actual results
There are ~1000 files that fail signature verification.
- clones
-
RHEL-100320 ima-add-sigs add IMA signatures that fail verification
-
- Release Pending
-
- links to
-
RHBA-2025:147258 ima-evm-utils bug fix and enhancement update