bpo-38692: Skip test_posix.test_pidfd_open() on EPERM by vstinner · Pull Request #17290 · python/cpython

pablogsal

pablogsal

pablogsal

pablogsal

@vstinner

Skip the test_posix.test_pidfd_open() test if os.pidfd_open() fails
with a PermissionError. This situation can happen in a Linux sandbox
using a syscall whitelist which doesn't allow the pidfd_open()
syscall yet.

yan12125 added a commit to archlinuxcn/repo that referenced this pull request

Nov 22, 2019

jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request

Dec 5, 2019
Skip the test_posix.test_pidfd_open() test if os.pidfd_open() fails
with a PermissionError. This situation can happen in a Linux sandbox
using a syscall whitelist which doesn't allow the pidfd_open()
syscall yet (like systemd-nspawn).

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020
Skip the test_posix.test_pidfd_open() test if os.pidfd_open() fails
with a PermissionError. This situation can happen in a Linux sandbox
using a syscall whitelist which doesn't allow the pidfd_open()
syscall yet (like systemd-nspawn).

dundee pushed a commit to dundee/pkgbuilds that referenced this pull request

Feb 13, 2022

dundee pushed a commit to dundee/pkgbuilds that referenced this pull request

Sep 6, 2022