Skip to content

Commit 200fe66

Browse files
committed
Make sure the sequoia package is installed across CIS profiles.
The package might not be always installed by default and the fingerprint of PQC keys does not work properly.
1 parent 6c90337 commit 200fe66

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

products/rhel10/controls/cis_rhel10.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ controls:
369369
status: partial
370370
rules:
371371
- ensure_redhat_gpgkey_installed
372+
- package_sequoia-sq_installed
372373
notes: >
373374
In CIS Benchmark, the requirement is manual, because of GPG keys for 3rd party repositories.
374375
But, add the rule ensure_redhat_gpgkey_installed to the profile because the requirement 1.2.1.2

tests/data/profile_stability/rhel10/cis.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ package_openldap-clients_removed
338338
package_pam_pwquality_installed
339339
package_rsync_removed
340340
package_samba_removed
341+
package_sequoia-sq_installed
341342
package_setroubleshoot_removed
342343
package_squid_removed
343344
package_sudo_installed

tests/data/profile_stability/rhel10/cis_server_l1.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ package_nginx_removed
240240
package_pam_pwquality_installed
241241
package_rsync_removed
242242
package_samba_removed
243+
package_sequoia-sq_installed
243244
package_setroubleshoot_removed
244245
package_squid_removed
245246
package_sudo_installed

tests/data/profile_stability/rhel10/cis_workstation_l1.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ package_nginx_removed
236236
package_pam_pwquality_installed
237237
package_rsync_removed
238238
package_samba_removed
239+
package_sequoia-sq_installed
239240
package_squid_removed
240241
package_sudo_installed
241242
package_systemd-journal-remote_installed

tests/data/profile_stability/rhel10/cis_workstation_l2.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ package_openldap-clients_removed
337337
package_pam_pwquality_installed
338338
package_rsync_removed
339339
package_samba_removed
340+
package_sequoia-sq_installed
340341
package_squid_removed
341342
package_sudo_installed
342343
package_systemd-journal-remote_installed

0 commit comments

Comments
 (0)