Add some exists whitelists for things we check but don't install on all machines.
This commit is contained in:
parent
2846ce5933
commit
72e6cb43ef
1 changed files with 3 additions and 0 deletions
|
@ -587,6 +587,9 @@ OS_VERSION_FILE=/etc/{{ ansible_distribution|lower }}-release
|
||||||
#STAT_CMD=BUILTIN
|
#STAT_CMD=BUILTIN
|
||||||
#READLINK_CMD=BUILTIN
|
#READLINK_CMD=BUILTIN
|
||||||
|
|
||||||
|
EXISTWHITELIST=/usr/bin/GET
|
||||||
|
EXISTWHITELIST=/usr/bin/whatis
|
||||||
|
|
||||||
INSTALLDIR=/usr
|
INSTALLDIR=/usr
|
||||||
SCRIPTWHITELIST=/usr/bin/whatis
|
SCRIPTWHITELIST=/usr/bin/whatis
|
||||||
SCRIPTWHITELIST=/usr/bin/ldd
|
SCRIPTWHITELIST=/usr/bin/ldd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue