Enable to scan without sudo on amazon linux

This commit is contained in:
Kota Kanbe
2016-09-06 16:14:07 +09:00
parent c8a9bdc517
commit ed063f6534
3 changed files with 20 additions and 9 deletions

View File

@@ -556,7 +556,7 @@ vuls ALL=(root) NOPASSWD: /usr/bin/yum, /bin/echo
```
vuls ALL=(root) NOPASSWD: /usr/bin/apt-get, /usr/bin/apt-cache
```
- Amazon Linux, FreeBSDはRoot権限なしでスキャン可能
----