summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-29 19:03:15 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-29 19:03:15 +0000
commitcdbcbac8b0c626af1e5ce04a0cdf7853af764fef (patch)
tree4caad1bd343183fd98549e7df14e49d1b15af5c4
parent7747e1e8e0df0c6985bcecfd3365b2f273bdbd1a (diff)
downloadbrdo-cdbcbac8b0c626af1e5ce04a0cdf7853af764fef.tar.gz
brdo-cdbcbac8b0c626af1e5ce04a0cdf7853af764fef.tar.bz2
#79018 by pwolanin, catch, Morbus Iff: document how can one hide CHANGELOG.txt, etc. to improve security a slight bit
-rw-r--r--INSTALL.txt20
1 files changed, 19 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 8d279626f..e91884356 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -136,7 +136,7 @@ INSTALLATION
running FastCGI can run into problems if the $base_url variable is left
commented out (see http://bugs.php.net/bug.php?id=19656).
-6. REVIEW FILE SYSTEM STORAGE SETTINGS
+6. REVIEW FILE SYSTEM STORAGE SETTINGS AND FILE PERMISSIONS
The files directory created in step 4 is the default file system path used
to store all uploaded files, as well as some temporary files created by Drupal.
@@ -181,6 +181,24 @@ INSTALLATION
unexpected problems on an existing site. If you modify the file system path
on an existing site, remember to copy all files from the original location
to the new location.
+
+ Some administrators suggest making the documentation files, especially
+ CHANGELOG.txt, non-readable so that the exact version of Drupal you are
+ running is slightly more difficult to determine. If you wish to implement
+ this optional security measure, use the following command from a shell or
+ system prompt (while in the installation directory):
+
+ chmod a-r CHANGELOG.txt
+
+ Note that the example only affects CHANGELOG.txt. To completely hide
+ all documentation files from public view, repeat this command for each of
+ the Drupal documentation files in the installation directory, substituting the
+ name of each file for CHANGELOG.txt in the example.
+
+ For more information on setting file permissions, see "Modifying Linux, Unix,
+ and Mac file permissions" (http://drupal.org/node/202483) or "Modifying
+ Windows file permissions" (http://drupal.org/node/202491) in the online
+ handbook.
7. CRON MAINTENANCE TASKS