SV-209040r603263_rule
V-209040
SRG-OS-000480
OL6-00-000338
CAT I
10
If running the "tftp" service is necessary, it should be configured to change its root directory at startup. To do so, ensure "/etc/xinetd.d/tftp" includes "-s" as a command line argument, as shown in the following example (which is also the default):
server_args = -s /var/lib/tftpboot
Verify the "tftp" package is installed:
# rpm -qa | grep -i tftp
tftp-5.2-22.e16.x86_64
If the "tftp" package is not installed, this is Not Applicable.
Verify "tftp" is configured by with the "-s" option by running the following command:
grep "server_args" /etc/xinetd.d/tftp
The output should indicate the "server_args" variable is configured with the "-s" flag, matching the example below:
# grep "server_args" /etc/xinetd.d/tftp
server_args = -s /var/lib/tftpboot
If it does not, this is a finding.
V-209040
False
OL6-00-000338
Verify the "tftp" package is installed:
# rpm -qa | grep -i tftp
tftp-5.2-22.e16.x86_64
If the "tftp" package is not installed, this is Not Applicable.
Verify "tftp" is configured by with the "-s" option by running the following command:
grep "server_args" /etc/xinetd.d/tftp
The output should indicate the "server_args" variable is configured with the "-s" flag, matching the example below:
# grep "server_args" /etc/xinetd.d/tftp
server_args = -s /var/lib/tftpboot
If it does not, this is a finding.
M
2928