summaryrefslogtreecommitdiff
path: root/p11-kit/p11-kit-server.service.in
Commit message (Collapse)AuthorAgeFilesLines
* server: Enable socket activation through systemdDaiki Ueno2018-06-201-0/+15
This enables socket activation of "p11-kit server" through systemd. The feature provided is essentially the same as commit a4fb2bb5 (reverted), but implemented with "p11-kit server" and libsystemd API instead of wrapping "p11-kit remote" in the unit file. Note that, while it exposes all tokens through the socket, it doesn't increase attack surface beyond the PKCS#11 binary interface provided by p11-kit-proxy.so, because the service is per-user.