SV-220105r603266_rule
V-220105
SRG-OS-000480
GEN005120
CAT II
10
Create a TFTP user account if none exists.
Assign a non-login shell to the TFTP user account, such as /bin/false.
Assign a home directory to the TFTP user account.
Verify the tftp service is enabled.
# svcs tftp
If the tftp service is not installed or enabled, this check is not applicable.
Check the /etc/passwd file to determine if TFTP is configured properly.
Procedure:
# grep tftp /etc/passwd
If a "tftp" user account does not exist and TFTP is active, this is a finding.
Check the user shell for the "tftp" user. If it is not /bin/false or equivalent, this is a finding.
Check the home directory assigned to the "tftp" user. If no home directory is set, or the directory specified is not dedicated to the use of the TFTP service, this is a finding.
V-220105
False
GEN005120
Verify the tftp service is enabled.
# svcs tftp
If the tftp service is not installed or enabled, this check is not applicable.
Check the /etc/passwd file to determine if TFTP is configured properly.
Procedure:
# grep tftp /etc/passwd
If a "tftp" user account does not exist and TFTP is active, this is a finding.
Check the user shell for the "tftp" user. If it is not /bin/false or equivalent, this is a finding.
Check the home directory assigned to the "tftp" user. If no home directory is set, or the directory specified is not dedicated to the use of the TFTP service, this is a finding.
M
4061