danwallach / STAR-Vote

The secure, transparent, auditable, reliable electronic voting system
Other
13 stars 2 forks source link

Auditorium Stand-alone wrapper #66

Open umbernhard opened 9 years ago

umbernhard commented 9 years ago

We should encapsulate the Auditorium package inside a server for inter-process communication, and have it run separately, with VoteBox, Supervisor, etc. interfacing with it as clients. That way we can make it more modular...

umbernhard commented 9 years ago

We'd get the added benefit of locking down the process to only network and IPC functionality. This moves us more in the direction of modularity, and, depending on how we do it, will let us use utilities like AppLocker on Windows to restrict the application.