[issue39184] Many command execution functions are not raising auditing events

Steve Dower report at bugs.python.org
Tue Feb 4 19:18:19 EST 2020


Steve Dower <steve.dower at python.org> added the comment:

Thanks for the spawn patch, I've merged it.

On the second list, I'd say go for it. The only one I'd skip are the stat() calls (and those that just do a stat call, such as exists/isfile, etc.), and getcwd() (which has many other ways to implicitly use the information). Maybe skip getenv as well, but modifying the environment is worth collecting.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39184>
_______________________________________


More information about the Python-bugs-list mailing list