Skip to content

Commit 3092331

Browse files
committed
Rename variables
1 parent 14b3bf2 commit 3092331

File tree

110 files changed

+377
-376
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+377
-376
lines changed

controls/ccn_ol9.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -624,12 +624,12 @@ controls:
624624
- dconf_gnome_banner_enabled
625625
- dconf_gnome_login_banner_text
626626
- sshd_enable_warning_banner_net
627-
- login_banner_regex=cis_default
628627
- login_banner_text=cis_default
629-
- motd_banner_regex=cis_default
628+
- login_banner_contents=cis_default
630629
- motd_banner_text=cis_default
631-
- remote_login_banner_regex=cis_default
630+
- motd_banner_contents=cis_default
632631
- remote_login_banner_text=cis_default
632+
- remote_login_banner_contents=cis_default
633633

634634
- id: A.11.SEC-OL5
635635
title: Network Acess to the System is Controlled

controls/cis_al2023.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,8 @@ controls:
467467
status: automated
468468
rules:
469469
- banner_etc_motd
470-
- motd_banner_regex=cis_banners
471-
- motd_banner_text=cis_default
470+
- motd_banner_text=cis_banners
471+
- motd_banner_contents=cis_default
472472

473473
- id: 1.7.2
474474
title: Ensure local login warning banner is configured properly (Automated)
@@ -477,8 +477,8 @@ controls:
477477
status: automated
478478
rules:
479479
- banner_etc_issue
480-
- login_banner_regex=cis_banners
481-
- login_banner_text=cis_default
480+
- login_banner_text=cis_banners
481+
- login_banner_contents=cis_default
482482

483483
- id: 1.7.3
484484
title: Ensure remote login warning banner is configured properly (Automated)
@@ -487,8 +487,8 @@ controls:
487487
status: automated
488488
rules:
489489
- banner_etc_issue_net
490-
- remote_login_banner_regex=cis_banners
491-
- remote_login_banner_text=cis_default
490+
- remote_login_banner_text=cis_banners
491+
- remote_login_banner_contents=cis_default
492492

493493
- id: 1.7.4
494494
title: Ensure permissions on /etc/motd are configured (Automated)

controls/cis_almalinux9.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,8 +691,8 @@ controls:
691691
rules:
692692
- dconf_gnome_banner_enabled
693693
- dconf_gnome_login_banner_text
694-
- login_banner_regex=cis_banners
695-
- login_banner_text=cis_default
694+
- login_banner_text=cis_banners
695+
- login_banner_contents=cis_default
696696

697697
- id: 1.8.3
698698
title: Ensure GDM disable-user-list option is enabled (Automated)

controls/cis_debian12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,8 @@ controls:
540540
- l1_server
541541
- l1_workstation
542542
rules:
543-
- login_banner_regex=cis_default
544543
- login_banner_text=cis_default
544+
- login_banner_contents=cis_default
545545
- dconf_gnome_banner_enabled
546546
- dconf_gnome_login_banner_text
547547
status: automated

controls/cis_fedora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,8 +710,8 @@ controls:
710710
rules:
711711
- dconf_gnome_banner_enabled
712712
- dconf_gnome_login_banner_text
713-
- login_banner_regex=cis_banners
714-
- login_banner_text=cis_default
713+
- login_banner_text=cis_banners
714+
- login_banner_contents=cis_default
715715

716716
- id: 1.8.2
717717
title: Ensure GDM disable-user-list is configured (Automated)

controls/cis_sle12.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,8 @@ controls:
456456
status: automated
457457
rules:
458458
- banner_etc_motd
459-
- motd_banner_regex=cis_banners
460-
- motd_banner_text=cis_default
459+
- motd_banner_text=cis_banners
460+
- motd_banner_contents=cis_default
461461

462462
- id: 1.8.1.2
463463
title: Ensure local login warning banner is configured properly (Automated)
@@ -467,8 +467,8 @@ controls:
467467
status: automated
468468
rules:
469469
- banner_etc_issue
470-
- login_banner_regex=cis_banners
471-
- login_banner_text=cis_default
470+
- login_banner_text=cis_banners
471+
- login_banner_contents=cis_default
472472

473473
- id: 1.8.1.3
474474
title: Ensure remote login warning banner is configured properly (Automated)
@@ -478,8 +478,8 @@ controls:
478478
status: automated
479479
rules:
480480
- banner_etc_issue_net
481-
- remote_login_banner_regex=cis_banners
482-
- remote_login_banner_text=cis_default
481+
- remote_login_banner_text=cis_banners
482+
- remote_login_banner_contents=cis_default
483483

484484
- id: 1.8.1.4
485485
title: Ensure permissions on /etc/motd are configured (Automated)
@@ -538,8 +538,8 @@ controls:
538538
- dconf_gnome_disable_user_list
539539
- dconf_gnome_banner_enabled
540540
- dconf_gnome_login_banner_text
541-
- login_banner_regex=cis_default
542541
- login_banner_text=cis_default
542+
- login_banner_contents=cis_default
543543

544544
- id: 2.1.1
545545
title: Ensure xinetd is not installed (Automated)

controls/cis_sle15.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ controls:
455455
rules:
456456
- banner_etc_motd
457457
- motd_banner_text=cis_banners
458+
- motd_banner_contents=cis_default
458459

459460
- id: 1.8.1.2
460461
title: Ensure local login warning banner is configured properly (Automated)
@@ -464,8 +465,8 @@ controls:
464465
status: automated
465466
rules:
466467
- banner_etc_issue
467-
- login_banner_regex=cis_banners
468-
- login_banner_text=cis_default
468+
- login_banner_text=cis_banners
469+
- login_banner_contents=cis_default
469470

470471
- id: 1.8.1.3
471472
title: Ensure remote login warning banner is configured properly (Automated)
@@ -475,8 +476,8 @@ controls:
475476
status: automated
476477
rules:
477478
- banner_etc_issue_net
478-
- remote_login_banner_regex=cis_banners
479-
- remote_login_banner_text=cis_default
479+
- remote_login_banner_text=cis_banners
480+
- remote_login_banner_contents=cis_default
480481

481482
- id: 1.8.1.4
482483
title: Ensure permissions on /etc/motd are configured (Automated)
@@ -534,8 +535,8 @@ controls:
534535
- enable_dconf_user_profile
535536
- dconf_gnome_banner_enabled
536537
- dconf_gnome_login_banner_text
537-
- login_banner_regex=cis_default
538538
- login_banner_text=cis_default
539+
- login_banner_contents=cis_default
539540

540541
- id: 2.1.1
541542
title: Ensure xinetd is not installed (Automated)

controls/cis_ubuntu2204.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,8 @@ controls:
528528
- l1_server
529529
- l1_workstation
530530
rules:
531-
- login_banner_regex=cis_default
532531
- login_banner_text=cis_default
532+
- login_banner_contents=cis_default
533533
- dconf_gnome_banner_enabled
534534
- dconf_gnome_login_banner_text
535535
status: automated

controls/cis_ubuntu2404.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,8 @@ controls:
561561
- l1_server
562562
- l1_workstation
563563
rules:
564-
- login_banner_regex=cis_default
565564
- login_banner_text=cis_default
565+
- login_banner_contents=cis_default
566566
- dconf_gnome_banner_enabled
567567
- dconf_gnome_login_banner_text
568568
status: automated

controls/general_sle15.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,8 @@ controls:
469469
status: automated
470470
rules:
471471
- banner_etc_motd
472-
- motd_banner_regex=cis_banners
473-
- motd_banner_text=cis_default
472+
- motd_banner_text=cis_banners
473+
- motd_banner_contents=cis_default
474474

475475
- id: SLES-15-151050030
476476
title: Modify the System Login Banner
@@ -479,8 +479,8 @@ controls:
479479
status: automated
480480
rules:
481481
- banner_etc_issue
482-
- login_banner_regex=cis_banners
483-
- login_banner_text=cis_default
482+
- login_banner_text=cis_banners
483+
- login_banner_contents=cis_default
484484

485485
- id: SLES-15-151050045
486486
title: Modify the System Login Banner for Remote Connections
@@ -489,8 +489,8 @@ controls:
489489
status: automated
490490
rules:
491491
- banner_etc_issue_net
492-
- remote_login_banner_regex=cis_banners
493-
- remote_login_banner_text=cis_default
492+
- remote_login_banner_text=cis_banners
493+
- remote_login_banner_contents=cis_default
494494

495495
- id: SLES-15-151050060
496496
title: Configure access to the Message of the Day Banner
@@ -538,8 +538,8 @@ controls:
538538
rules:
539539
- dconf_gnome_banner_enabled
540540
- dconf_gnome_login_banner_text
541-
- login_banner_regex=cis_default
542541
- login_banner_text=cis_default
542+
- login_banner_contents=cis_default
543543

544544
- id: SLES-15-151200135
545545
title: Disable the GDM Login User List

0 commit comments

Comments
 (0)