Use --assumeno option

This commit is contained in:
teppei-fukuda
2017-01-24 12:24:09 +09:00
parent e7ef50bedf
commit 6c8100e5b6
3 changed files with 20 additions and 6 deletions

View File

@@ -606,9 +606,9 @@ 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
- CentOS, RHEL (CentOS 5 needs also `/bin/echo`)
```
vuls ALL=(root) NOPASSWD: /usr/bin/yum, /bin/echo
vuls ALL=(root) NOPASSWD: /usr/bin/yum (, /bin/echo)
```
- Ubuntu, Debian
```