mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Make wording more direct
This commit is contained in:
@@ -31,8 +31,11 @@ that when generating a random number ownCloud will request multiple random
|
||||
numbers from different sources and derive from these the final random number.
|
||||
|
||||
The random number generation also tries to request random numbers from
|
||||
``/dev/urandom``, thus it is highly recommended to configure your setup in such
|
||||
a way that PHP is able to read random data from it.
|
||||
``/dev/urandom``, thus it is **highly recommended** to configure your setup in
|
||||
such a way that PHP is able to read random data from it. Not granting PHP access
|
||||
to ``/dev/urandom`` may make your random numbers predictable and may make your
|
||||
ownCloud instance insecure as attackers might predict password reset tokens or
|
||||
other sensitive data.
|
||||
|
||||
Enable hardening modules such as SELinux
|
||||
****************************************
|
||||
|
||||
Reference in New Issue
Block a user