It should be possible to run a PKCS#11 module in a separate process in one of two ways: * Set the 'remote' configuration variable to an executable to run and speak the PKCS#11 remote protocol on: remote: |/usr/bin/ssh user@remotehost p11-kit-module my-module.so * Set a flag like 'isolated: true' in the configuration file, which automatically runs "p11-kit-module my-module.so" process. This is related to but not dependent on bug #51949
This is ready for review and testing in the rpc-isolate branch: http://cgit.freedesktop.org/p11-glue/p11-kit/log/?h=rpc-isolate
Merged rpc-isolate branch into master
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.