Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

This can be pretty dangerous because it is basically the same as using a TCP socket on localhost (assuming you are speaking of abstract sockets).


Even though you lose the filesystem-based security, you can still use SO_PEERCRED or getpeereid and validate the caller's UID is what you expect, something which Linux doesn't support on localhost TCP sockets. Requiring the client's UID (and maybe GID too) to be the same as your own is a sane default for services intended for per-user usage.


Yeah, abstract sockets, good points about security.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: