[issue37505] Early auditing broken
Christian Heimes
report at bugs.python.org
Fri Jul 5 09:48:05 EDT 2019
Christian Heimes <lists at cheimes.de> added the comment:
3.8.0b1 is also broken, so it may have been a different commit. I'm sure that I was able to see interpreter initialization with dtrace hooks.
# audit.stp
probe process("/usr/lib64/libpython3.8.*").provider("python").mark("audit") {
printf("%s\n", user_string($arg1))
}
$ sudo stap audit.stp -c python3.8
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37505>
_______________________________________
More information about the Python-bugs-list
mailing list