8000 Add dconf rules dependencies sle by teacup-on-rockingchair · Pull Request #13063 · ComplianceAsCode/content · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add dconf rules dependencies sle #13063

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

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
1 change: 1 addition & 0 deletions controls/pcidss_4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1974,6 +1974,7 @@ controls:
- base
status: automated
rules:
- enable_dconf_user_profile
- dconf_db_up_to_date
- dconf_gnome_session_idle_user_locks
- dconf_gnome_screensaver_idle_activation_enabled
Expand Down
2 changes: 2 additions & 0 deletions products/rhel10/profiles/pci-dss.profile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ selections:
- '!set_ip6tables_default_rule'
- '!set_loopback_traffic'
- '!set_password_hashing_algorithm_commonauth'
# Following rule are excluded since, "so far" no CCEs were defined for them and maybe irrelevant for rhel10
- '!enable_dconf_user_profile'

# Following are incompatible with the rhel10 product (based on RHEL9)
- '!service_chronyd_or_ntpd_enabled'
Expand Down
2 changes: 2 additions & 0 deletions products/rhel8/profiles/pci-dss.profile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ selections:
- '!package_talk-server_removed'
- '!package_rsh_removed'
- '!package_rsh-server_removed'
# Following rule are excluded since, "so far" no CCEs were defined for them and maybe irrelevant for rhel8
- '!enable_dconf_user_profile'
# Following rules once had a prodtype incompatible with the rhel8 product
- '!cracklib_accounts_password_pam_minlen'
- '!nftables_ensure_default_deny_policy'
Expand Down
1 change: 1 addition & 0 deletions products/sle15/profiles/hipaa.profile
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ selections:
- configure_crypto_policy
- dconf_gnome_remote_access_credential_prompt
- dconf_gnome_remote_access_encryption
- enable_dconf_user_profile
- ensure_gpgcheck_local_packages
- grub2_disable_interactive_boot
- libreswan_approved_tunnels
Expand Down
1 change: 1 addition & 0 deletions tests/data/profile_stability/rhel9/pci-dss.profile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ selections:
- disable_users_coredumps
- display_login_attempts
- enable_authselect
- enable_dconf_user_profile
- ensure_gpgcheck_globally_activated
- ensure_gpgcheck_never_disabled
- ensure_pam_wheel_group_empty
Expand Down
Loading
0