Check: RHEL-07-021120
Red Hat Enterprise Linux 7 STIG:
RHEL-07-021120
(in versions v3 r14 through v1 r1)
Title
The Red Hat Enterprise Linux operating system must be configured so that the cron.allow file, if it exists, is group-owned by root. (Cat II impact)
Discussion
If the group owner of the "cron.allow" file is not set to root, sensitive information could be viewed or edited by unauthorized users.
Check Content
Verify that the "cron.allow" file is group-owned by root. Check the group owner of the "cron.allow" file with the following command: # ls -al /etc/cron.allow -rw------- 1 root root 6 Mar 5 2011 /etc/cron.allow If the "cron.allow" file exists and has a group owner other than root, this is a finding.
Fix Text
Set the group owner on the "/etc/cron.allow" file to root with the following command: # chgrp root /etc/cron.allow
Additional Identifiers
Rule ID: SV-204491r603261_rule
Vulnerability ID: V-204491
Group Title: SRG-OS-000480-GPOS-00227
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Number | Title |
---|---|
CM-6 |
Configuration Settings |