Skip to content

Commit

Permalink
Assign rules to components
Browse files Browse the repository at this point in the history
Assign rules to components due to their XCCDF group membership.
  • Loading branch information
jan-cerny committed Feb 16, 2024
1 parent 65e8434 commit d09288c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/filesystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@ rules:
- dir_perms_world_writable_system_owned_group
- dir_system_commands_group_root_owned
- dir_system_commands_root_owned
- directory_groupowner_etc_sysctld
- directory_owner_etc_sysctld
- directory_permissions_etc_sysctld
- file_etc_security_opasswd
- file_groupowner_backup_etc_group
- file_groupowner_backup_etc_gshadow
- file_groupowner_backup_etc_passwd
- file_groupowner_backup_etc_shadow
- file_groupowner_etc_crypttab
- file_groupowner_etc_group
- file_groupowner_etc_gshadow
- file_groupowner_etc_passwd
Expand All @@ -41,6 +45,7 @@ rules:
- file_owner_backup_etc_gshadow
- file_owner_backup_etc_passwd
- file_owner_backup_etc_shadow
- file_owner_etc_crypttab
- file_owner_etc_group
- file_owner_etc_gshadow
- file_owner_etc_passwd
Expand All @@ -60,6 +65,7 @@ rules:
- file_permissions_binary_dirs
- file_permissions_etc_audit_auditd
- file_permissions_etc_audit_rulesd
- file_permissions_etc_crypttab
- file_permissions_etc_group
- file_permissions_etc_gshadow
- file_permissions_etc_passwd
Expand Down
3 changes: 3 additions & 0 deletions components/ntp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ rules:
- chronyd_server_directive
- chronyd_specify_remote_server
- chronyd_sync_clock
- file_groupowner_etc_chrony_keys
- file_owner_etc_chrony_keys
- file_permissions_etc_chrony_keys
- ntpd_configure_restrictions
- ntpd_run_as_ntp_user
- ntpd_specify_multiple_servers
Expand Down

0 comments on commit d09288c

Please sign in to comment.