Check: GEN001260 M6
MACOSX 10.6:
GEN001260 M6
(in version v1 r3)
Title
System log files must have mode 644 or less permissive. (Cat II impact)
Discussion
If the system log files are not protected, unauthorized users could change the logged data, eliminating its forensic value.
Check Content
Open a terminal session and enter the following command to verify the permissions. ls -lLR /var/log /var/audit If any of the log files have modes more permissive than 644, this is a finding.
Fix Text
Open a terminal session and enter the following command to change the mode of the system log file(s). chmod 644 <path/to/system log file>
Additional Identifiers
Rule ID: SV-37890r1_rule
Vulnerability ID: V-787
Group Title:
Expert Comments
Expert comments are only available to logged-in users.
CCIs
CCIs tied to check.
Number | Definition |
---|---|
CCI-001314 |
The information system reveals error messages only to organization-defined personnel or roles. |
Controls
Controls tied to check. These are derived from the CCIs shown above.
Number | Title |
---|---|
SI-11 |
Error Handling |