[strace/strace] Add wildcard path matching option -W (#117)

maximilianriemensberger notifications at github.com
Fri Dec 27 17:19:51 UTC 2019


This is a rough POC for allowing wildcard based path matching in strace for the path filters. It's mainly intended to support matching any files below in certain directory trees. Any ideas how to do something like this properly given the twofold nature of paths encountered by strace: via open(at) arguments and fds?
You can view, comment on, or merge this pull request online at:

  https://github.com/strace/strace/pull/117

-- Commit Summary --

  * Add wildcard path matching option -W

-- File Changes --

    M defs.h (1)
    M pathtrace.c (31)
    M strace.c (5)

-- Patch Links --

https://github.com/strace/strace/pull/117.patch
https://github.com/strace/strace/pull/117.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/strace/strace/pull/117
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20191227/b8af83c6/attachment.html>


More information about the Strace-devel mailing list