SV-216184r603268_rule
V-216184
SRG-OS-000480
SOL-11.1-070050
CAT I
10
The root role is required.
Remove any .rhosts files found.
# rm [file name]
The root role is required.
Check for the presence of .rhosts files.
# for dir in \
`logins -ox | awk -F: '($8 == "PS") { print $6 }'`; do
find ${dir}/.rhosts -type f -ls 2>/dev/null
done
If output is produced, this is a finding.
V-216184
False
SOL-11.1-070050
The root role is required.
Check for the presence of .rhosts files.
# for dir in \
`logins -ox | awk -F: '($8 == "PS") { print $6 }'`; do
find ${dir}/.rhosts -type f -ls 2>/dev/null
done
If output is produced, this is a finding.
M
4021