@@ -23,25 +23,30 @@ information on handling these events.
2323The following events are raised internally and do not correspond to any
2424public API of CPython:
2525
26- +--------------------------+-------------------------------------------+ 
27- |  Audit event              |  Arguments                                 | 
28- +==========================+===========================================+ 
29- |  _winapi.CreateFile       |  ``file_name ``, ``desired_access ``,        | 
30- |                           |  ``share_mode ``, ``creation_disposition ``, | 
31- |                           |  ``flags_and_attributes ``                  | 
32- +--------------------------+-------------------------------------------+ 
33- |  _winapi.CreateJunction   |  ``src_path ``, ``dst_path ``                | 
34- +--------------------------+-------------------------------------------+ 
35- |  _winapi.CreateNamedPipe  |  ``name ``, ``open_mode ``, ``pipe_mode ``    | 
36- +--------------------------+-------------------------------------------+ 
37- |  _winapi.CreatePipe       |                                            | 
38- +--------------------------+-------------------------------------------+ 
39- |  _winapi.CreateProcess    |  ``application_name ``, ``command_line ``,   | 
40- |                           |  ``current_directory ``                     | 
41- +--------------------------+-------------------------------------------+ 
42- |  _winapi.OpenProcess      |  ``process_id ``, ``desired_access ``        | 
43- +--------------------------+-------------------------------------------+ 
44- |  _winapi.TerminateProcess |  ``handle ``, ``exit_code ``                 | 
45- +--------------------------+-------------------------------------------+ 
46- |  ctypes.PyObj_FromPtr     |  ``obj ``                                   | 
47- +--------------------------+-------------------------------------------+ 
26+ +----------------------------+-------------------------------------------+ 
27+ |  Audit event                |  Arguments                                 | 
28+ +============================+===========================================+ 
29+ |  _winapi.CreateFile         |  ``file_name ``, ``desired_access ``,        | 
30+ |                             |  ``share_mode ``, ``creation_disposition ``, | 
31+ |                             |  ``flags_and_attributes ``                  | 
32+ +----------------------------+-------------------------------------------+ 
33+ |  _winapi.CreateJunction     |  ``src_path ``, ``dst_path ``                | 
34+ +----------------------------+-------------------------------------------+ 
35+ |  _winapi.CreateNamedPipe    |  ``name ``, ``open_mode ``, ``pipe_mode ``    | 
36+ +----------------------------+-------------------------------------------+ 
37+ |  _winapi.CreatePipe         |                                            | 
38+ +----------------------------+-------------------------------------------+ 
39+ |  _winapi.CreateProcess      |  ``application_name ``, ``command_line ``,   | 
40+ |                             |  ``current_directory ``                     | 
41+ +----------------------------+-------------------------------------------+ 
42+ |  _winapi.OpenProcess        |  ``process_id ``, ``desired_access ``        | 
43+ +----------------------------+-------------------------------------------+ 
44+ |  _winapi.TerminateProcess   |  ``handle ``, ``exit_code ``                 | 
45+ +----------------------------+-------------------------------------------+ 
46+ |  _posixsubprocess.fork_exec |  ``exec_list ``, ``args ``, ``env ``          | 
47+ +----------------------------+-------------------------------------------+ 
48+ |  ctypes.PyObj_FromPtr       |  ``obj ``                                   | 
49+ +----------------------------+-------------------------------------------+ 
50+ 
51+ .. versionadded :: next 
52+    The ``_posixsubprocess.fork_exec `` internal audit event.
0 commit comments