diff --git a/doc/sandbox.php b/doc/sandbox.php
index 7b08e00a26..189458a4a3 100644
--- a/doc/sandbox.php
+++ b/doc/sandbox.php
@@ -272,11 +272,18 @@ permissions of all files as shown in the above table. This allows it to
repair corrupted permissions. Note that the BOINC installer will
change all files in the projects directory, the slots directory, and
all their subdirectories to user boinc_master and
-group boinc_project. This means that if a project file needs to be
+group boinc_project. This means that:
+
+- If a project file needs to be
executable by another project file, its executable-by-group permission bit
must be set. The BOINC installer will not alter the
executable-by-user and executable-by-group permission bits of files in these
directories (though it will set these bits for the directories themselves.)
+
- It is critical that all files and subdirectories under the projects
+and slots directories have both their read-by-owner and read-by-group
+permission bits set, and that all subdirectories have both their
+executable-by-owner and executable-by-group permission bits set.
+
";