SV-227865r603266_rule
V-227865
SRG-OS-000480
GEN005080
CAT I
10
Edit /etc/inet/inetd.conf and add the -s parameter to TFTPD.
# inetconv
OR
Update the SMF entry for the TFTP daemon.
# svccfg -s tftp/udp6 setprop inetd_start/exec = "astring:\"/usr/sbin/in.tftpd -s <other TFTPD options>\""
Determine if TFTPD is running in secure mode.
# grep tftp /etc/inet/inetd.conf
OR
# svccfg -s tftp/udp6 listprop |grep in.tftpd |grep exec
If any returned service line does not use the -s parameter to TFTPD, this is a finding. If TFTP is not installed this check is not applicable.
V-227865
False
GEN005080
Determine if TFTPD is running in secure mode.
# grep tftp /etc/inet/inetd.conf
OR
# svccfg -s tftp/udp6 listprop |grep in.tftpd |grep exec
If any returned service line does not use the -s parameter to TFTPD, this is a finding. If TFTP is not installed this check is not applicable.
M
4061