Update README.md

This commit is contained in:
Kota Kanbe
2016-08-18 17:39:13 +09:00
committed by GitHub
parent 886710ec30
commit 30bf3223f8

View File

@@ -540,14 +540,10 @@ configtest:
And also, configtest subcommand checks sudo settings on target servers whether Vuls is able to SUDO with nopassword via SSH.
Example of /etc/sudoers on target servers
- CentOS, RHEL 5, 6, Amazon Linux
- CentOS, RHEL, Amazon Linux
```
vuls ALL=(root) NOPASSWD: /usr/bin/yum, /bin/echo
```
- CentOS, RHEL 7 -
```
vuls ALL=(root) NOPASSWD: /usr/bin/yum, /usr/bin/echo
```
- Ubuntu, Debian
```
vuls ALL=(root) NOPASSWD: /usr/bin/apt-get, /usr/bin/apt-cache