SS: Begin work on upgrading screensaver coordinator for new functionality: add file names, sandbox security

svn path=/trunk/boinc/; revision=17144
This commit is contained in:
Charlie Fenton 2009-02-05 07:44:26 +00:00
parent 6ec9e4a1c9
commit 0fb3a8c169
2 changed files with 14 additions and 4 deletions

View File

@ -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

View File

@ -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