mirror of https://github.com/BOINC/boinc.git
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:
parent
6ec9e4a1c9
commit
0fb3a8c169
|
@ -1126,6 +1126,8 @@ Charlie Feb 4 2009
|
||||||
clientgui/
|
clientgui/
|
||||||
mac/
|
mac/
|
||||||
SetupSecurity.cpp
|
SetupSecurity.cpp
|
||||||
|
mac_build/
|
||||||
|
Mac_SA_Secure.sh
|
||||||
|
|
||||||
Rom 5 Feb 2008
|
Rom 5 Feb 2008
|
||||||
- MGR: Display all projects in the project list but disable the text control
|
- MGR: Display all projects in the project list but disable the text control
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
# sudo dscl . -delete /groups/boinc_master users mary
|
# 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
|
# WARNING: do not use this script with older versions of BOINC
|
||||||
|
|
||||||
function make_boinc_user() {
|
function make_boinc_user() {
|
||||||
|
@ -220,6 +220,14 @@ if [ -f boinc_cmd ] ; then
|
||||||
set_perm boinc_cmd boinc_master boinc_master 0550
|
set_perm boinc_cmd boinc_master boinc_master 0550
|
||||||
fi
|
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
|
if [ -x /Applications/BOINCManager.app/Contents/MacOS/BOINCManager ] ; then
|
||||||
set_perm /Applications/BOINCManager.app/Contents/MacOS/BOINCManager boinc_master boinc_master 2555
|
set_perm /Applications/BOINCManager.app/Contents/MacOS/BOINCManager boinc_master boinc_master 2555
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue