IMA/EVM support utilities
Relates: https://issues.redhat.com/browse/RHEL-100320 Upstream: Fedora Conflict: None Fix the following shellcheck warning, In ima-add-sigs.sh line 135: unsigned_packages_in_rpm_db=$(rpm -q --queryformat "%{SIGPGP:pgpsig}\n" "$package" | grep "^(none)$" | wc -l) ^-------------^ SC2126 (style): Consider using 'grep -c' instead of 'grep|wc -l'. Also fix two typos. 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 | ||