Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map rules to components #10609

Merged
merged 6 commits into from
May 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions components/389-ds-base.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: 389-ds-base
packages:
- 389-ds-base
rules:
- package_389-ds-base_removed
6 changes: 6 additions & 0 deletions components/SuSEfirewall2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: SuSEfirewall2
packages:
- SuSEfirewall2
rules:
- package_SuSEfirewall2_installed
- service_SuSEfirewall2_enabled
29 changes: 29 additions & 0 deletions components/abrt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: abrt
packages:
- abrt
- abrt-addon-ccpp
- abrt-addon-kerneloops
- abrt-addon-python
- abrt-cli
- abrt-libs
- abrt-plugin-logger
- abrt-plugin-rhtsupport
- abrt-plugin-sosreport
- abrt-server-info-page
- python3-abrt-addon
rules:
- package_abrt-addon-ccpp_removed
- package_abrt-addon-kerneloops_removed
- package_abrt-addon-python_removed
- package_abrt-cli_removed
- package_abrt-libs_removed
- package_abrt-plugin-logger_removed
- package_abrt-plugin-rhtsupport_removed
- package_abrt-plugin-sosreport_removed
- package_abrt-server-info-page_removed
- package_abrt_removed
- package_python3-abrt-addon_removed
- sebool_abrt_anon_write
- sebool_abrt_handle_event
- sebool_abrt_upload_watch_anon_write
- service_abrtd_disabled
5 changes: 5 additions & 0 deletions components/acpid.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: acpid
packages:
- acpid
rules:
- service_acpid_disabled
17 changes: 17 additions & 0 deletions components/aide.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
groups:
- aide
name: aide
packages:
- aide
rules:
- aide_build_database
- aide_check_audit_tools
- aide_periodic_cron_checking
- aide_scan_notification
- aide_use_fips_hashes
- aide_verify_acls
- aide_verify_ext_attributes
- file_audit_tools_group_ownership
- file_audit_tools_ownership
- file_audit_tools_permissions
- package_aide_installed
13 changes: 13 additions & 0 deletions components/apparmor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
groups:
- apparmor
name: apparmor
packages:
- apparmor
- apparmor-parser
rules:
- all_apparmor_profiles_enforced
- all_apparmor_profiles_in_enforce_complain_mode
- apparmor_configured
- grub2_enable_apparmor
- package_apparmor_installed
- package_pam_apparmor_installed
7 changes: 7 additions & 0 deletions components/apport.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
groups:
- apport
name: apport
packages:
- apport
rules:
- service_apport_disabled
8 changes: 8 additions & 0 deletions components/apt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
groups:
- apt
name: apt
packages:
- apt
rules:
- apt_conf_disallow_unauthenticated
- apt_sources_list_official
6 changes: 6 additions & 0 deletions components/at.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: at
packages:
- at
rules:
- file_at_deny_not_exist
- service_atd_disabled
Loading