SV-216460r603267_rule
V-216460
SRG-OS-000480
SOL-11.1-090040
CAT III
10
The root role is required.
Remove all unnecessary accounts, such as games, from the /etc/passwd file before connecting a system to the network. Other accounts, such as news and gopher, associated with a service not in use should also be removed.
Identify unnecessary accounts.
# getent passwd
Remove unnecessary accounts.
# userdel [username]
Check the system for unnecessary user accounts.
# getent passwd
Some examples of unnecessary accounts include games, news, gopher, ftp, and lp. If any unnecessary accounts are found, this is a finding.
V-216460
False
SOL-11.1-090040
Check the system for unnecessary user accounts.
# getent passwd
Some examples of unnecessary accounts include games, news, gopher, ftp, and lp. If any unnecessary accounts are found, this is a finding.
M
4022