-
Notifications
You must be signed in to change notification settings - Fork 1
Home
timkuijsten edited this page Oct 2, 2014
·
19 revisions
Welcome to the mastersync wiki!
Prepare a privilege separated IPC workflow that can traverse the internet. See privilege separation (possibly to read the oplog with db "admin" privileges):
- http://www.citi.umich.edu/u/provos/papers/privsep.pdf
- https://www.princeton.edu/~ablankst/stuff/passe-sp14-final.pdf
- https://privman.googlecode.com/files/Privman-20030408.pdf
And checkout the imsg messaging framework:
- ftp://ftp.irisa.fr/pub/OpenBSD/src/lib/libutil/imsg.h
- ftp://ftp.irisa.fr/pub/OpenBSD/src/lib/libutil/imsg.c
Maybe use websockets:
Check gryphon and other auth methods (preferably pubkey):