PROJET AUTOBLOG


Shaarli - Les discussions de Shaarli

Archivé

Site original : Shaarli - Les discussions de Shaarli du 23/07/2013

⇐ retour index

linux-kernel - [PATCH, RFC] random: introduce getrandom(2) system call

samedi 19 juillet 2014 à 00:03
CAFAI, le 19/07/2014 à 00:03
The getrandom(2) system call was requested by the LibreSSL Portable developers.  It is analoguous to the getentropy(2) system call in OpenBSD.

The rationale of this system call is to provide resiliance against file descriptor exhaustion attacks, where the attacker consumes all available file descriptors, forcing the use of the fallback code where /dev/[u]random is not available.  Since the fallback code is often not well-tested, it is better to eliminate this potential failure mode entirely.
(Permalink)