SV-226485r603265_rule
V-226485
SRG-OS-000480
GEN001160
CAT II
10
All directories and files (executable and data) will have an identifiable owner and group name. Either trace files to an authorized user, change the file's owner to root, or delete them. Determine the legitimate owner of the files and use the chown command to set the owner and group to the correct value. If the legitimate owner cannot be determined, change the owner to root (but make sure none of the changed files remain executable because they could be Trojan horses or other malicious code). Examine the files to determine their origin and the reason for their lack of an owner/group.
Check the system for files with no assigned owner.
Procedure:
# find / -nouser -print
If any files have no assigned owner, this is a finding.
V-226485
False
GEN001160
Check the system for files with no assigned owner.
Procedure:
# find / -nouser -print
If any files have no assigned owner, this is a finding.
M
4060