Displaying 1 result from an estimated 1 matches for "sliprock".
2017 Apr 26
3
LLDB security and the use of an IPC library
...seless in multiuser
enviromnents on Linux, such as academic computer labs.
The immediate problem can be solved by using either HMAC authentication
of all messages or by using Unix domain sockets. However, it might be
simpler to use a 3rd party library for the purpose:
https://github.com/DemiMarie/SlipRock (Disclaimer: I wrote SlipRock).
Questions:
- Would you be interested in using SlipRock?
- What features would SlipRock need in order to be useful to you? In
particular, do you need an asynchronous API, or is synchronous fine?
- If not, would you be willing to accept patches to fix the existi...