From 154a7df93dece7e23bac374677da588b9e99a87e Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 16 Jan 2009 07:16:46 +0000 Subject: [PATCH] Clarify enry in checkin_notes svn path=/trunk/boinc/; revision=16934 --- checkin_notes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 4ddaf5c4b6..edefca0936 100644 --- a/checkin_notes +++ b/checkin_notes @@ -455,7 +455,8 @@ Charlie Jan 15 2009 - client: boinc_copy ownership fix of 1/6/09 didn't work because it used system(cp ...) call, which invokes a shell, and POSIX specifies that shells run from an application use the real UID and GID not the - effective UID and GID. Changed boinc_copy to copy file directly. + effective UID and GID. Under Mac Sandbox security, we need to use + the effective UID and GID. Changed boinc_copy to copy file directly. - MGR: On Mac, fix problems showing Manager window when it was minimized to Dock, especially if window was closed using Dock menu. - Mac: Fix XCode project for boinc_cmd.cpp moved to client/ from lib/.