Check: GEN006340
HP-UX 11.31 STIG:
GEN006340
(in versions v1 r19 through v1 r13)
Title
Files in /var/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 news. # find /var/news -type f | xargs -n1 ls -lL If any files are not owned by root or news, this is a finding.
Fix Text
Change the ownership of the files in <path>/news to root or news. # chown root <path>/news/*
Additional Identifiers
Rule ID: SV-35122r1_rule
Vulnerability ID: V-4277
Group Title: GEN006340
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 |