guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: /dev/urandom


From: Ludovic Courtès
Subject: Re: /dev/urandom
Date: Wed, 11 Jul 2018 00:18:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello Danny,

Danny Milosavljevic <address@hidden> skribis:

> u-boot tools/sunxi-spl-image-builder.c reads from /dev/urandom .
>
> For reproducibility I'd like this to be a static file.  Do we already have one
> for this purpose?

I’d be wary of introducing a static /dev/urandom.  It could do more than
we want, or we could leave it around in places where it shouldn’t be.

For reproducibility purposes, (gnu system vm) precomputes file system
UUIDs, for instance, instead of letting them be computed as a function
of /dev/urandom.  Dunno if a similar technique could be used here.

Otherwise, what about patching U-Boot so that the file above honors and
environment variable or something that would allow us to specify a seed?

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]