Changes between Version 25 and Version 26 of ServerIntro


Ignore:
Timestamp:
Jul 14, 2007, 7:07:44 PM (17 years ago)
Author:
Nicolas
Comment:

Added a comment

Legend:

Unmodified
Added
Removed
Modified
  • ServerIntro

    v25 v26  
    3737
    3838Both `boincadm` and `apache` should have umasks that allow group read and write.
     39{{{
     40#!comment That umask thing needs to be clarified; I had to go see an old version of GroupPermissions to see how umasks were set. Umasks are "inverted", that makes them hard to understand (they mark permissions to UNset).
     41}}}
    3942
    4043When you create a BOINC project using [MakeProject make_project], the critical directories are owned by `boincadm` and have the set-GID bit set; this means that any directories or files created by apache in those directories will have group `boinc` (not group `apache`). The BOINC software makes all directories group read/write. Thus, both `apache` and `boinc` will have read/write access to all directories and files, but other users will have no access.