SV-216195r603268_rule
V-216195
SRG-OS-000480
SOL-11.1-070160
CAT II
10
The root role is required.
Determine if any .netrc files exist, and work with the owners to determine the best course of action in accordance with site policy.
The root role is required.
Check for the presence of user .netrc files.
# for dir in \
`logins -ox | awk -F: '($8 == "PS") { print $6 }'`; do
ls -l ${dir}/.netrc 2>/dev/null
done
If output is produced, this is a finding.
V-216195
False
SOL-11.1-070160
The root role is required.
Check for the presence of user .netrc files.
# for dir in \
`logins -ox | awk -F: '($8 == "PS") { print $6 }'`; do
ls -l ${dir}/.netrc 2>/dev/null
done
If output is produced, this is a finding.
M
4021