Do not use sudo when echo

This commit is contained in:
knqyf263
2017-02-09 17:43:15 +09:00
parent 1730caf124
commit e743177ae6
4 changed files with 9 additions and 19 deletions

View File

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