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

add new rule package_postfix_installed (stabilization) #9214

Conversation

vojtapolasek
Copy link
Collaborator

Description:

The PR is cherry-picked from this one, which contains all relevant information:
#9191

Rationale:

See the PR. This is a PR against stabilization.

@vojtapolasek vojtapolasek added bugfix Fixes to reported bugs. Ansible Ansible remediation update. RHEL9 Red Hat Enterprise Linux 9 product related. Update Rule Issues or pull requests related to Rules updates. Update Profile Issues or pull requests related to Profiles updates. RHEL8 Red Hat Enterprise Linux 8 product related. STIG STIG Benchmark related. labels Jul 25, 2022
@vojtapolasek vojtapolasek added this to the 0.1.64 milestone Jul 25, 2022
@vojtapolasek vojtapolasek requested a review from a team as a code owner July 25, 2022 08:28
@github-actions
Copy link

Start a new ephemeral environment with changes proposed in this pull request:

rhel8 (from CTF) Environment (using Fedora as testing environment)
Open in Gitpod

Fedora Testing Environment
Open in Gitpod

Oracle Linux 8 Environment
Open in Gitpod

@github-actions
Copy link

This datastream diff is auto generated by the check Compare DS/Generate Diff

Click here to see the full diff
ansible remediation for rule 'xccdf_org.ssgproject.content_rule_postfix_client_configure_mail_alias' differs:
--- old datastream
+++ new datastream
@@ -21,3 +21,17 @@
 - medium_severity
 - no_reboot_needed
 - postfix_client_configure_mail_alias
+
+- name: Update postfix aliases
+ ansible.builtin.command:
+ cmd: newaliases
+ when: ansible_virtualization_type not in ["docker", "lxc", "openvz", "podman", "container"]
+ tags:
+ - CCE-82381-5
+ - NIST-800-53-CM-6(a)
+ - configure_strategy
+ - low_complexity
+ - low_disruption
+ - medium_severity
+ - no_reboot_needed
+ - postfix_client_configure_mail_alias

@Mab879 Mab879 merged commit 5caa381 into ComplianceAsCode:stabilization-v0.1.63 Jul 25, 2022
@yuumasato yuumasato modified the milestones: 0.1.64, 0.1.63 Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ansible Ansible remediation update. bugfix Fixes to reported bugs. RHEL8 Red Hat Enterprise Linux 8 product related. RHEL9 Red Hat Enterprise Linux 9 product related. STIG STIG Benchmark related. Update Profile Issues or pull requests related to Profiles updates. Update Rule Issues or pull requests related to Rules updates.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants