X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/a627f6470391ca5d8f1cdfae75be6f282c6794ed..8d4cb92a989461f0654f4b646549815e7db85886:/INSTALL.txt diff --git a/INSTALL.txt b/INSTALL.txt index 229adbd2d74f..8de88028c7eb 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -67,6 +67,12 @@ The following configuration is recommended: - AllowOverride in the Apache configuration includes "Indexes" and "FileInfo" (see FAQ below) +TYPO3 uses /dev/urandom or /dev/random on Unix-like platforms for security +purposes. Access to these files is highly recommended and increases TYPO3 +security. Make sure to add "/dev/random:/dev/urandom" to open_basedir +settings if you use it. If these paths are unavailable, TYPO3 will attempt to +simulate random number generation. This is less secure, causes performance +issues and warnings in the TYPO3 system log. =============================================================================== Obtaining TYPO3