cadets/loom

Function name wildcards in policy files

Closed this issue · 1 comments

Allow policy files to describe what to do on sets of functions matched by... globs? Full regexes?

This is possible because we don't have to enumerate all of the values passed to instrumentation.

Implemented using RegEx in commit 43a6a8b.