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

Remove timer_logrotate_enabled from some pci-dss profiles #11349

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
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,11 @@ template:
vars:
timername: logrotate
packagename: logrotate

{{% if product in ["rhel7", "rhel8"] %}}
warnings:
- general:
The Systemd unit <tt>logrotate.timer</tt> does not exist in
{{{ full_name }}}. The rule <tt>ensure_logrotate_activated</tt> is
suggested instead.
{{% endif %}}
1 change: 1 addition & 0 deletions products/rhel7/profiles/pci-dss.profile
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ selections:
- '!service_ntp_enabled'
- '!set_ipv6_loopback_traffic'
- '!set_loopback_traffic'
- '!timer_logrotate_enabled'
1 change: 1 addition & 0 deletions products/rhel8/profiles/pci-dss.profile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ selections:
- '!set_ipv6_loopback_traffic'
- '!set_loopback_traffic'
- '!service_ntpd_enabled'
- '!timer_logrotate_enabled'
1 change: 0 additions & 1 deletion tests/data/profile_stability/rhel8/pci-dss.profile
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ selections:
- file_permissions_var_log_audit
- package_telnet-server_removed
- file_permissions_unauthorized_world_writable
- timer_logrotate_enabled
- package_tftp-server_removed
- file_permissions_sshd_private_key
- sshd_disable_tcp_forwarding
Expand Down
Loading