Currently only trailing wildcards are supported in saractl config. It would be nice to have support for wildcard inside path also like: /bin/*/local/xyz.
For example ubuntu snaps put binaries under /snap/<name>/<revision>/usr/bin/<binary> where revision number changes on every update which make it hard to manage with saractl
Currently only trailing wildcards are supported in saractl config. It would be nice to have support for wildcard inside path also like:
/bin/*/local/xyz
.For example ubuntu snaps put binaries under
/snap/<name>/<revision>/usr/bin/<binary>
whererevision
number changes on every update which make it hard to manage with saractl