We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0be6b commit 4bd86efCopy full SHA for 4bd86ef
1 file changed
controls/cis_fedora.yml
@@ -369,9 +369,14 @@ controls:
369
levels:
370
- l1_server
371
- l1_workstation
372
- status: manual
373
- related_rules:
+ status: partial
+ rules:
374
- ensure_fedora_gpgkey_installed
375
+ notes: >
376
+ In CIS Benchmark, the requirement is manual, because of GPG keys for 3rd party repositories.
377
+ But, add the rule ensure_fedora_gpgkey_installed to the profile because the requirement 1.2.1.2
378
+ adds ensure_gpgcheck_globally_activated which requires GPG key checking. If the Fedora
379
+ GPG key wouldn't be installed, people won't be able to install any RPM package using dnf.
380
381
- id: 1.2.1.2
382
title: Ensure gpgcheck is configured (Automated)
0 commit comments