SV-219957r603263_rule
V-219957
SRG-OS-000480
OL6-00-000021
CAT I
10
Remove any found ".shosts" or "shosts.equiv" files from the system.
# rm /[path]/[to]/[file]/.shosts
# rm /[path]/[to]/[file]/shosts.equiv
Verify there are no ".shosts" or "shosts.equiv" files on the system.
# find / -name '*.shosts'
# find / -name shosts.equiv
If any ".shosts" or "shosts.equiv" files are found on the system, this is a finding.
V-219957
False
OL6-00-000021
Verify there are no ".shosts" or "shosts.equiv" files on the system.
# find / -name '*.shosts'
# find / -name shosts.equiv
If any ".shosts" or "shosts.equiv" files are found on the system, this is a finding.
M
2928