Skip to content

Commit 4bd86ef

Browse files
committed
Add ensure_fedora_gpgkey_installed to Fedora CIS
1 parent be0be6b commit 4bd86ef

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

controls/cis_fedora.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,14 @@ controls:
369369
levels:
370370
- l1_server
371371
- l1_workstation
372-
status: manual
373-
related_rules:
372+
status: partial
373+
rules:
374374
- 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.
375380
376381
- id: 1.2.1.2
377382
title: Ensure gpgcheck is configured (Automated)

0 commit comments

Comments
 (0)