Open
Description
Feature or enhancement
When creating a socket with one of the asyncio methods, it should be possible to specify the correct ownership/permissions needed for good security.
Pitch
When creating a server with loop.create_unix_server()
, it will create the socket with default permissions which may lack security or may not be accessible to the application that is meant to communicate via this socket.
Previous discussion
Metadata
Metadata
Assignees
Projects
Status
Todo