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

@@ -603,9 +603,9 @@ configtest:
スキャン対象サーバ上の`/etc/sudoers`のサンプル
- CentOS, RHEL, Amazon Linux
- CentOS, RHEL, Amazon Linux (CentOS 5の場合は`/bin/echo`も必要)
```
vuls ALL=(root) NOPASSWD: /usr/bin/yum, /bin/echo
vuls ALL=(root) NOPASSWD: /usr/bin/yum (, /bin/echo)
```
- Ubuntu, Debian
```