diff --git a/checkin_notes b/checkin_notes index 1e0f00865a..f49503e72a 100644 --- a/checkin_notes +++ b/checkin_notes @@ -1126,6 +1126,8 @@ Charlie Feb 4 2009 clientgui/ mac/ SetupSecurity.cpp + mac_build/ + Mac_SA_Secure.sh Rom 5 Feb 2008 - MGR: Display all projects in the project list but disable the text control @@ -1134,6 +1136,6 @@ Rom 5 Feb 2008 get any work. clientgui/ - AccountManagerInfoPage.cpp - ProjectInfoPage.cpp, .h - ProjectListCtrl.cpp, .h + AccountManagerInfoPage.cpp + ProjectInfoPage.cpp, .h + ProjectListCtrl.cpp, .h diff --git a/mac_build/Mac_SA_Secure.sh b/mac_build/Mac_SA_Secure.sh index 8d1b1b4e41..39ffac04ea 100755 --- a/mac_build/Mac_SA_Secure.sh +++ b/mac_build/Mac_SA_Secure.sh @@ -64,7 +64,7 @@ # sudo dscl . -delete /groups/boinc_master users mary # -# Last updated 1/17/08 for BOINC version 5.10.38 +# Last updated 2/4/09 for BOINC version 6.6 # WARNING: do not use this script with older versions of BOINC function make_boinc_user() { @@ -220,6 +220,14 @@ if [ -f boinc_cmd ] ; then set_perm boinc_cmd boinc_master boinc_master 0550 fi +if [ -f ss_config.xml ] ; then + set_perm ss_config.xml boinc_master boinc_master 0664 +fi + +if [ -f boincscr ] ; then + set_perm boincscr boinc_master boinc_master 06555 +fi + if [ -x /Applications/BOINCManager.app/Contents/MacOS/BOINCManager ] ; then set_perm /Applications/BOINCManager.app/Contents/MacOS/BOINCManager boinc_master boinc_master 2555 fi