CUPS: UNIX domain sockets authentication
Thursday, March 8th, 2007I’ve spent some time this week implementing user authentication over UNIX domain sockets for CUPS. The basic problem is that there are some operations (cancelling a job or submitting a new job, for example) that ought to require user authentication but do not, simply for the sake of convenience. This is a lightweight method of providing authentication for those operations.

I’m not going to