mirror of https://github.com/BOINC/boinc.git
add file
parent
8de8ecf475
commit
d1fe2c3b70
|
@ -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
|
Loading…
Reference in New Issue