rkhunter: fix the fact that f30+ don't install ifup/ifdown from network-scripts anymore.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8bae2ce0da
commit
03aff34bd2
1 changed files with 1 additions and 1 deletions
|
@ -645,7 +645,7 @@ SCRIPTWHITELIST=/usr/bin/whatis
|
|||
SCRIPTWHITELIST=/usr/bin/ldd
|
||||
SCRIPTWHITELIST=/usr/bin/groups
|
||||
SCRIPTWHITELIST=/usr/bin/GET
|
||||
{% if inventory_hostname.startswith(('osbs')) %}
|
||||
{% if ansible_distribution_major_version|int >= 30 %}
|
||||
# no network-scripts on newest fedora
|
||||
#SCRIPTWHITELIST=/sbin/ifup
|
||||
#SCRIPTWHITELIST=/sbin/ifdown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue