Linux系统安全加固手册1
安装最新安全补丁:项目:注释:1安装操作系统提供商发布的最新的安全补丁各常见的Linux发布安全信息的web地址:RedHatLinux:http://www
redhat
com/support/CalderaOpenLinux:http://www
calderasystems
com/support/security/ConectivaLinux:http://www
conectiva
br/atualizacoes/DebianGNU/Linux:http://www
debian
org/security/MandrakeLinux:http://www
linux-mandrake
com/en/fupdates
php3LinuxPPC:http://www
linuxppc
com/support/updates/security/S
:http://www
de/security/index
htmlYellowDogLinux:http://www
yellowdoglinux
com/resources/errata
shtml2
网络和系统服务:inetd/xinetd网络服务:设置项注释:1确保只有确实需要的服务在运行:先把所有通过ineted/xineted运行的网络服务关闭,再打开确实需要的服务绝大多数通过inetd/xinetd运行的网络服务都可以被禁止,比如echo,exec,login,shell,who,finger等
对于telnet,r系列服务,ftp等,强烈建议使用SSH来代替
2设置xinetd访问控制在/etc/xinetd
conf文件的”default{}”块中加入如下行:only_from=//…每个/(比如192
0/24)对表示允许的源地址启动