Imunify360 Ignore List wildcard pattern support
Either shell globbing or regex would help
Common examples that I need to click out whenever a new user decides to work with binariers:
/home//node/bin/node
/home//lib/python*
/home//.local/lib
/home//.nvm
/home//virtualenv
/home//bin
I still want any binaries that show up in a non standard location to be cleaned.
1
vote
