Check: GEN006340
Solaris 9 X86 STIG:
GEN006340
(in version v1 r9)
Title
Files in /etc/news must be owned by root or news. (Cat II impact)
Discussion
If critical system files are not owned by a privileged user, system integrity could be compromised.
Check Content
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
Change the ownership of the files in /etc/news to root or news. Procedure: # chown root /etc/news/*
Additional Identifiers
Rule ID: SV-4277r2_rule
Vulnerability ID: V-4277
Group Title:
Expert Comments
Expert comments are only available to logged-in users.
CCIs
CCIs tied to check.
Number | Definition |
---|---|
CCI-000225 |
Employ the principle of least privilege, allowing only authorized accesses for users (or processes acting on behalf of users) which are necessary to accomplish assigned organizational tasks. |
Controls
Controls tied to check. These are derived from the CCIs shown above.
Number | Title |
---|---|
AC-6 |
Least Privilege |