Changes between Version 12 and Version 13 of ClientSetupWinSix
- Timestamp:
- Jun 16, 2008, 11:35:05 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClientSetupWinSix
v12 v13 19 19 * Simplified installer interface 20 20 21 === Multi-user protection policy ===22 23 The installer offers two protection modes:24 25 * '''Public''': all users on the host can control BOINC (i.e. attach/detach projects) using the BOINC Manager.26 * '''Private''': The only users who can control BOINC are: the installing user; administrator; members of the 'boinc_users' group. When other users run the BOINC Manager, they'll get a dialog saying to contact the administrator to add them to the 'boinc_users' group.27 28 21 == Account-based sandboxing == 29 22 30 23 The installer offers two security modes: 31 24 32 * '''Secure''': the BOINC client and applications run under unprivileged accounts. The client runs as a service (this is necessary because Windows lacks a "setuid" feature; running a program as a different user requires storing the password of that user, which we don't want to do). 25 '''Secure''': the BOINC client and applications run under unprivileged accounts. 26 The client runs as a service 27 (this is necessary because Windows lacks a "setuid" feature; 28 running a program as a different user requires storing the password of that user, 29 which we don't want to do). 33 30 34 * '''Graphics compatible''': the client and applications run under the account the user who logged into the system. This allows users to see graphics from older as well as newer science applications, or projects with long running tasks which won't complete for a while. The client does not run as service (otherwise graphics wouldn't work). This option is available only with the Private protection policy. 31 '''Graphics compatible''': the client and applications run under the account the logged-in user. 32 This allows users to see graphics from older as well as newer science applications, 33 or projects with long running tasks which won't complete for a while. 34 The client does not run as service (otherwise graphics wouldn't work). 35 With this option, only the installing user and members of the Administrators group 36 can control BOINC (i.e. attach/detach projects). 35 37 36 38 The advantages of Secure mode are: … … 45 47 46 48 In graphics compatible mode, the BOINC Manager is launched when the installing user logs on (a shortcut to it is in the user's Startup folder). The Manager in turn launches the BOINC client. 49 50 === Access control modes === 51 52 With Secure installs, the installer offers two access-control modes: 53 54 '''Public''': all users can control BOINC. 55 56 '''Private''': The only users who can control BOINC are: the installing user, 57 members of the Administrator group, and members of the 'boinc_users' group. 58 When other users run the BOINC Manager, 59 they'll get a dialog saying to contact the administrator to add them to the 'boinc_users' group. 47 60 48 61 == Separation of executable and data files ==