mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11191
This commit is contained in:
parent
b3ca5f6a7e
commit
2074fda989
|
@ -770,8 +770,13 @@ int main(int argc, char** argv) {
|
|||
"File ownership or permissions are set in a way that\n"
|
||||
"does not allow sandboxed execution of BOINC applications.\n"
|
||||
"To use BOINC anyway, use the -insecure command line option.\n"
|
||||
"To change ownership/permission, reinstall BOINC or run\n"
|
||||
" the shell script Mac_SA_Secure.sh.\n"
|
||||
"To change ownership/permission, reinstall BOINC"
|
||||
#ifdef __APPLE__
|
||||
" or run\n the shell script Mac_SA_Secure.sh"
|
||||
#elif defined linux
|
||||
" or run\n the shell script secure.sh"
|
||||
#endif
|
||||
".\n"
|
||||
);
|
||||
return ERR_USER_PERMISSION;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue