Replies: 2 comments 4 replies
|
On Linux, the created socket file obeys usual Adding a |
0 replies
|
@kotauskas Thanks for your quick reply! |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have implemented a PoC level pipe/UNIX domain socket system using
LocalSocketListener. My next step is to secure the domain socket/pipes. Is this possible with this implementation or must I use the lower level OS-specific calls? I'd certainly prefer to have a generic code path with as littletarget_oschecks as possible.All reactions