add file

David Anderson 2024-03-21 18:20:40 -07:00
parent 8de8ecf475
commit d1fe2c3b70
1 changed files with 19 additions and 0 deletions

19
Linux-installer.md Normal file

@ -0,0 +1,19 @@
This document explains how the
[BOINC Linux installer](https://boinc.berkeley.edu/linux_install.php)
works.
## Users and groups
The installer creates a user ```boinc```
and a group ```boinc```.
All files created by the installer are owned by ```boinc```,
and all BOINC processes (the client and science applications)
run under ```boinc```.
This provides a measure of protection,
since these processes cannot
access file or directories with no 'other' permissions set.
## Files
## Execution