VM-based powerbox system

A compromise system would be to run applications in a machine-level VM such as Xen, KVM or QEMU, and use a powerbox to delegate access to files by running a file synchroniser, as Polaris does.

This would be much heavier-weight than Plash. Would use more memory (no sharing), and take longer to start up (because kernel must boot). However some bulk IO, such as opening a lot of files, might be faster with Xen or KVM. The emulation would be more complete.

Options for granting access to files:

Powerbox implementation: Use D-Bus as a protocol, over ssh.

Advantages:

Main hole is X11Security. Could reprioritise writing an X11 security proxy.

Questions

How can D-Bus be used remotely?

Tasks

Gtk file chooser hook:

VMPowerbox (last edited 2007-07-06 16:38:49 by MarkSeaborn)