Olaf Rempel wrote: > On Tue, 23 Aug 2005 21:15:40 +0200 > Morten Nilsen <[EMAIL PROTECTED]> wrote: > > >>Hi, I was looking at the tftpd-hpa included in the 3.0 distro, and I >>noticed that the default setup does in no way match the recommended >>setup in the README.security that comes with the package... > > Hmm, sounds ok. > What is the actual benefit of this setup? > As far as I understand, local users won't be able to access the tftp > files by default?
by default /tftpboot is chmod 755, so local users will be able to access the files but mostly, what needs changing is the sysconfig, adding -p -a x.x.x.x is recommended by README.security and chmoding /tftpboot 750, /tftpboot/* 640/750 without -p, all files in /tftpboot needs to be world readable.. -- Morten _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
