IMA/EVM support utilities
Relates: https://issues.redhat.com/browse/RHEL-92638 Conflict: None commit 47853f2cf6575812d28093b750be2f2e897c153d Author: Coiby Xu <coxu@redhat.com> Date: Thu Oct 16 17:29:52 2025 +0800 Use RSAHEADER to tell if a package has been signed Packages now use RPM v4 signature %{RSAHEADER}. %{SIGPGP} is the name of the RPM v3 header+payload signature and can't be used to tell if a package has been signed, # uname -r 6.16.10-200.fc42.x86_64 # rpm -q --queryformat "%{SIGPGP:pgpsig}\n" --all|grep -c "^(none)$" 586 # rpm -q --queryformat "%{RSAHEADER}\n" --all|grep -c "^(none)$" 5 Signed-off-by: Coiby Xu <coxu@redhat.com> Signed-off-by: Coiby Xu <coxu@redhat.com> |
||
|---|---|---|
| tests | ||
| .gitignore | ||
| centosimarelease-10.der | ||
| dracut-98-integrity.conf | ||
| gating.yaml | ||
| ima-add-sigs.sh | ||
| ima-evm-utils.spec | ||
| ima-setup.sh | ||
| policy_list | ||
| policy-01-appraise-executable-and-lib-signatures | ||
| policy-02-keylime-remote-attestation | ||
| redhatimarelease-10.der | ||
| sources | ||