[issue36341] bind() on AF_UNIX socket may fail in tests run as non-root

2019-05-03 Thread miss-islington
miss-islington added the comment: New changeset 4461d704e23a13dfbe78ea3020e4cbeff4b68dc2 by Miss Islington (bot) (xdegaye) in branch 'master': bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399) https://github.com/python/cpython/commit/4461d704e23a13dfbe78ea3020e4cbeff4b68dc2

[issue36341] bind() on AF_UNIX socket may fail in tests run as non-root

2019-05-03 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36341] bind() on AF_UNIX socket may fail in tests run as non-root

2019-03-18 Thread Xavier de Gaye
Change by Xavier de Gaye : -- keywords: +patch pull_requests: +12354 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue36341] bind() on AF_UNIX socket may fail in tests run as non-root

2019-03-18 Thread Xavier de Gaye
New submission from Xavier de Gaye : This happens on Android where a SELinux policy prevents a plain user to bind() a pathname AF_UNIX socket (abstract and unnamed sockets are not constrained by this policy). The errors are: test_asyncio: