UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

Files in /etc/news must be owned by root or news.


Overview

Finding ID Version Rule ID IA Controls Severity
V-4277 GEN006340 SV-4277r2_rule ECLP-1 Medium
Description
If critical system files are not owned by a privileged user, system integrity could be compromised.
STIG Date
UNIX SRG 2013-03-26

Details

Check Text ( C-28776r1_chk )
Check the ownership of the files in /etc/news.

Procedure:
# ls -al /etc/news

If any files are not owned by root or news, this is a finding.
Fix Text (F-4188r2_fix)
Change the ownership of the files in /etc/news to root or news.

Procedure:
# chown root /etc/news/*