Quick Updates

svn path=/trunk/boinc/; revision=24764
This commit is contained in:
Rom Walton 2011-12-09 15:56:55 +00:00
parent e1b7db05e1
commit a1129b9b9c
2 changed files with 8 additions and 2 deletions

View File

@ -8918,5 +8918,4 @@ Rom 9 Dec 2011
process for the vm crashes.
samples/vboxwrapper/
vbox.cpp, .h
vboxwrapper.cpp
vbox.cpp

View File

@ -727,6 +727,13 @@ int VBOX_VM::resume() {
// shared directory or the VM image itself is NOT signed. Doing so
// opens up the network behind the firewall to attack.
//
// Imagine a doomsday scenario where a project has been compromised and
// an unsigned executable/VM image has been tampered with. Volunteer
// downloads compromised code and executes it on a company machine.
// Now the compromised VM starts attacking other machines on the company
// network. The company firewall cannot help because the originating
// machine is already behind the company firewall.
//
int VBOX_VM::set_network_access(bool enabled) {
string command;
string output;