ip2unix icon indicating copy to clipboard operation
ip2unix copied to clipboard

Add support for abstract Unix sockets

Open aszlig opened this issue 4 years ago • 0 comments

Abstract Unix domain sockets are a Linux extension, which allows to bind a socket to a name not bound to a particular file system path.

While I personally don't have a need for this, since I actually want to use file system paths in order to separate permissions, it does however make sense to support it for the sake of completeness.

aszlig avatar May 28 '20 02:05 aszlig