uptux icon indicating copy to clipboard operation
uptux copied to clipboard

Add HTTP API checks for abstract sockets

Open initstring opened this issue 6 years ago • 0 comments

The newest functionality only works on file-bound unix domain sockets. I need to implement the same thing in a way that also works on abstract sockets. As the os.stat method for querying ownership won't work on abstract sockets, I need to figure out a different way.

Saving for a day with more free time...

initstring avatar Jul 17 '19 02:07 initstring