File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1996,6 +1996,8 @@ always available. Unless explicitly noted otherwise, all variables are read-only
19961996 and minor version as the local process. If either the local or remote
19971997 interpreter is pre-release (alpha, beta, or release candidate) then the
19981998 local and remote interpreters must be the same exact version.
1999+ The temporary script file is created with restrictive permissions (typically
2000+ ``0o600 ``). The target process must be able to read this file.
19992001
20002002 .. audit-event :: sys.remote_exec pid script_path
20012003
@@ -2013,8 +2015,6 @@ always available. Unless explicitly noted otherwise, all variables are read-only
20132015 This event is raised in the remote process, not the one
20142016 that called :func: `sys.remote_exec `.
20152017
2016- The temporary script file is created with restrictive permissions (typically
2017- ``0o600 ``). The target process must be able to read this file.
20182018 Callers should adjust permissions before calling, for example::
20192019
20202020 import os
You can’t perform that action at this time.
0 commit comments