Check: GEN001170
HP-UX 11.31 STIG:
GEN001170
(in versions v1 r19 through v1 r13)
Title
All files and directories must have a valid group owner. (Cat II impact)
Discussion
Files without a valid group owner may be unintentionally inherited if a group is assigned the same GID as the GID of the files without a valid group owner.
Check Content
Search the system for files without a valid group owner. # find / -nogroup -print If any files are found, this is a finding.
Fix Text
Change the group-owner for each file without a valid group-owner. # chgrp <a-valid-group> <path>/<file-without-a-valid-group-owner>
Additional Identifiers
Rule ID: SV-38279r1_rule
Vulnerability ID: V-22312
Group Title: GEN001170
Expert Comments
Expert comments are only available to logged-in users.
CCIs
CCIs tied to check.
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Controls tied to check. These are derived from the CCIs shown above.
Number | Title |
---|---|
CM-6 |
Configuration Settings |