*** empty log message ***

svn path=/trunk/boinc/; revision=12172
This commit is contained in:
Charlie Fenton 2007-02-28 16:31:41 +00:00
parent adb4670d67
commit 76bd8b947c
1 changed files with 4 additions and 4 deletions

View File

@ -2090,10 +2090,10 @@ Bruce 27 Feb 2007
Charlie 28 Feb 2007
SANDBOX: only the super-user can send signal to another users' process.
Core client runs as user boinc_master, but project applications run
as user boinc_project, so ACTIVE_TASK_SET::kill_tasks() probably
could not work as written. I added code which uses switcher helper
application to kill the tasks, but also left in the direct kill call
just to be safe.
as user boinc_project, so ACTIVE_TASK::kill_task probably could not
work as written. I added code which uses switcher helper application
to kill the tasks, but also left in the direct kill call just to be
safe.
Note: CBOINCGUIApp::ShutdownBOINCCore() probably has this same problem,
but this kill() is only used in extraordinary circumstances.
Mac: The Mac screensaver launches the core client if not already running.