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

Fixes of cron package/service for SLE 12/15 #10549

Merged
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
4 changes: 2 additions & 2 deletions controls/cis_sle12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1424,9 +1424,9 @@ controls:
- l1_workstation
status: automated
rules:
- package_cron_installed
- service_cron_enabled
- service_crond_enabled


- id: 5.1.2
title: Ensure permissions on /etc/crontab are configured (Automated)
levels:
Expand Down
2 changes: 1 addition & 1 deletion controls/cis_sle15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1608,8 +1608,8 @@ controls:
- l1_workstation
status: automated
rules:
- package_cron_installed
- service_cron_enabled
- service_crond_enabled

- id: 5.1.2
title: Ensure permissions on /etc/crontab are configured (Automated)
Expand Down
1 change: 1 addition & 0 deletions controls/pcidss_4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ controls:
- file_owner_cron_allow
- file_owner_grub2_cfg
- no_files_unowned_by_user
- package_cron_installed
- service_cron_enabled
- sshd_disable_empty_passwords
- sshd_disable_rhosts
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{{% if product in ["sle12", "sle15"] %}}
{{% set package_name = "cronie" %}}
{{% else %}}
{{% set package_name = "cron" %}}
{{% endif %}}

documentation_complete: true

title: 'Install the cron service'
Expand All @@ -8,9 +14,15 @@ rationale: 'The cron service allow periodic job execution, needed for almost all

severity: medium

identifiers:
cce@sle12: CCE-92263-3
cce@sle15: CCE-91379-8

references:
anssi: BP28(R50)
cis-csc: 11,14,3,9
cis@sle12: 5.1.1
cis@sle15: 5.1.1
cis@ubuntu2004: 5.1.1
cis@ubuntu2204: 5.1.1
cobit5: BAI10.01,BAI10.02,BAI10.03,BAI10.05,DSS05.02,DSS05.05,DSS06.06
Expand All @@ -20,7 +32,14 @@ references:
nist: CM-6(a)
nist-csf: PR.IP-1,PR.PT-3

ocil_clause: 'the package is installed'

ocil: |-
{{{ ocil_package(package_name) }}}

template:
name: package_installed
vars:
pkgname: cron
pkgname@sle12: cronie
pkgname@sle15: cronie
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
documentation_complete: true

prodtype: alinux2,alinux3,anolis8,fedora,ol7,ol8,ol9,rhel7,rhel8,rhel9,rhv4,sle12,sle15
prodtype: alinux2,alinux3,anolis8,fedora,ol7,ol8,ol9,rhel7,rhel8,rhel9,rhv4

title: 'Enable cron Service'

Expand All @@ -20,8 +20,6 @@ identifiers:
cce@rhel7: CCE-27323-5
cce@rhel8: CCE-80875-8
cce@rhel9: CCE-84163-5
cce@sle12: CCE-92263-3
cce@sle15: CCE-91379-8

references:
cis-csc: 11,14,3,9
Expand All @@ -30,8 +28,6 @@ references:
cis@rhel7: 5.1.1
cis@rhel8: 5.1.1
cis@rhel9: 5.1.1
cis@sle12: 5.1.1
cis@sle15: 5.1.1
cobit5: BAI10.01,BAI10.02,BAI10.03,BAI10.05,DSS05.02,DSS05.05,DSS06.06
hipaa: 164.308(a)(4)(i),164.308(b)(1),164.308(b)(3),164.310(b),164.312(e)(1),164.312(e)(2)(ii)
isa-62443-2009: 4.3.3.5.1,4.3.3.5.2,4.3.3.5.3,4.3.3.5.4,4.3.3.5.5,4.3.3.5.6,4.3.3.5.7,4.3.3.5.8,4.3.3.6.1,4.3.3.6.2,4.3.3.6.3,4.3.3.6.4,4.3.3.6.5,4.3.3.6.6,4.3.3.6.7,4.3.3.6.8,4.3.3.6.9,4.3.3.7.1,4.3.3.7.2,4.3.3.7.3,4.3.3.7.4,4.3.4.3.2,4.3.4.3.3
Expand Down
1 change: 1 addition & 0 deletions products/sle12/profiles/pci-dss-4.profile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ selections:
- group_unique_name
- no_files_unowned_by_user
- package_bind_removed
- package_cron_installed
- package_dhcp_removed
- package_httpd_removed
- package_net-snmp_removed
Expand Down
2 changes: 1 addition & 1 deletion products/sle15/profiles/hipaa.profile
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ selections:
- ensure_gpgcheck_local_packages
- grub2_disable_interactive_boot
- libreswan_approved_tunnels
- package_cron_installed
- package_rsh-server_removed
- package_talk-server_removed
- sebool_selinuxuser_execheap
Expand All @@ -157,4 +158,3 @@ selections:
- service_xinetd_disabled
- service_zebra_disabled
- use_kerberos_security_all_exports