]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39184: Add audit events to command execution functions in os and pty modules...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Feb 2020 00:32:32 +0000 (16:32 -0800)
committerGitHub <noreply@github.com>
Wed, 5 Feb 2020 00:32:32 +0000 (16:32 -0800)
commit3498ac55bcfc18d698ea605424ec65a6e1457a39
treea555ce8889692984d635c3651ec2ebf69f406d0d
parent30e769382dfb67a68fe8e6bfe8509addb4aa9514
bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824)

(cherry picked from commit 95f60010219e142a436fae18e1695cbc45407afe)

Co-authored-by: Saiyang Gou <gousaiyang@163.com>
Doc/library/os.rst
Doc/library/pty.rst
Lib/pty.py
Misc/NEWS.d/next/Security/2020-01-07-00-42-08.bpo-39184.fe7NgK.rst [new file with mode: 0644]
Modules/posixmodule.c