【笔记】CentOS安装Openvas

1. 配置yum Atomicorp仓库:

wget -q -O - http://www.atomicorp.com/installers/atomic |sh 


按enter使用默认选项


2. 安装openvas: yum install openvas


2.5 修改SeLinux使 setup可用:

[root@host2a ~]# cat /etc/sysconfig/selinux
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#       enforcing - SELinux security policy is enforced.
#       permissive - SELinux prints warnings instead of enforcing.
#       disabled - SELinux is fully disabled.
SELINUX=permissive
# SELINUXTYPE= type of policy in use. Possible values are:
#       targeted - Only targeted network daemons are protected.
#       strict - Full SELinux protection.
SELINUXTYPE=targeted

# SETLOCALDEFS= Check local definition changes
SETLOCALDEFS=0
3. openvas-setup


你可能感兴趣的:(笔记)