[Python-Dev] PEP 578: Python Runtime Audit Hooks
Christian Heimes
christian at python.org
Tue Apr 16 09:09:34 EDT 2019
More information about the Python-Dev mailing list
Tue Apr 16 09:09:34 EDT 2019
- Previous message (by thread): [Python-Dev] PEP 578: Python Runtime Audit Hooks
- Next message (by thread): [Python-Dev] PEP 578: Python Runtime Audit Hooks
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 16/04/2019 14.57, Victor Stinner wrote: > Le mar. 16 avr. 2019 à 14:35, Christian Heimes <christian at python.org> a écrit : >> * Linux: readlink("/proc/self/fd/%i") > > That doens't work if /proc is not mounted, which can occur in a > container (where /proc is not mounted nor binded to host /proc). No, it won't work. But there is much more that breaks when /proc is not mounted. Therefore all container runtimes mount /proc and /sys into containers. I checked systemd-nspawn, podman, and docker. Christian
- Previous message (by thread): [Python-Dev] PEP 578: Python Runtime Audit Hooks
- Next message (by thread): [Python-Dev] PEP 578: Python Runtime Audit Hooks
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list