Skip to content

Commit

Permalink
Change applicability of RPM verification rules
Browse files Browse the repository at this point in the history
This commit changes applicability of rules in the `rpm_verification`
group, ie. `rpm_verify_hashes`, `rpm_verify_ownership`,
`rpm_verify_permissions`. These rules will not be applicable on
bootable containers - both during the image build and on the
running RHEL Image Mode systems. The reason is a large difference
in permissions and hashes caused by `rpm-ostree`.
  • Loading branch information
jan-cerny committed Dec 3, 2024
1 parent 4a525b7 commit 20391db
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ description: |-
modification of important files. To list which files on the system differ from what is expected by the RPM database:
<pre>$ rpm -qVa</pre>
See the man page for <tt>rpm</tt> to see a complete explanation of each column.
platform: not bootc

0 comments on commit 20391db

Please sign in to comment.