Skip to content

_dbus_generate_random_bytes: fallback to getrandom(2)

Natanael Copa requested to merge ncopa/dbus:fallback_to_getrandom into master

Fall back to getrandom(2) in case /dev/urandom is missing. This may for example happen if dbus-uuidgen is called in a chroot or at early boot.

Signed-off-by: Natanael Copa ncopa@alpinelinux.org

Edited by Natanael Copa

Merge request reports