Hide Forgot
When running in container environment NSS may silently fail to use /dev/urandom as source of randomness and use substandard seeding methods, that can lead to improperly seeded random number generators. Upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1254334#c15
Created nss tracking bugs for this issue: Affects: fedora-all [bug 1329518]
I should point out that the upstream bug continues to use NSS semantics. NSS doesn't sielently fail, NSS falls back and seeds the random number generater with additional entropy. NSS does not run without entropy. The upstream bug was not that the additional entropy was flawed. It was that the way the entropy was generated used a deprecated function in fedora. This bug should either be closed are renamed. (the upstream bug is now closed).
On Current RHEL and Fed docker, /dev/urandom is made available by default exactly as present on the host system so this is not an issue for containers there as it is for other distros.